Click or drag to resize
PlatformClientConfiguration Class
A interface which is used to calculate a hash to identify the machine or device the application is running.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientPlatformClientConfiguration

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public abstract class PlatformClientConfiguration

The PlatformClientConfiguration type exposes the following members.

Constructors
  NameDescription
Protected methodPlatformClientConfiguration
Initializes a new instance of the PlatformClientConfiguration class
Top
Properties
  NameDescription
Public propertyStatic memberDefaultProductInfoHeader
Gets or sets the default product information header.
Top
Methods
  NameDescription
Public methodAddProductInfoHeaderValueOfExecutingApplication
Gets the product information header value of executing application.
Public methodCreateDefaultHttpMessageHandler
Creates the default HTTP message handler.
Public methodCreateHandlerForNTLMAuthentication(ICredentials)
Creates a HttpClientHandler instance for handling NTLM authentication.
Public methodCreateHandlerForNTLMAuthentication(Uri, String, String, String)
Creates a HttpClientHandler instance for handling NTLM authentication.
Public methodGetHostId
Gets the host identifier.
Top
See Also