Click or drag to resize
ServiceConnectionTransportData Class
Definitions of the HTTP message handling.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientServiceConnectionTransportData

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
public class ServiceConnectionTransportData

The ServiceConnectionTransportData type exposes the following members.

Constructors
  NameDescription
Public methodServiceConnectionTransportData
Initializes a new instance of the ServiceConnectionTransportData class
Top
Properties
  NameDescription
Public propertyAcceptLanguage
Gets or sets the accept language header.
Public propertyHttpClientHandler
Gets or sets the HTTP client handler.
Public propertyUserAgent
Gets or sets additional user agents.
Top
See Also