Click or drag to resize
PlatformClientConfigurationCreateDefaultHttpMessageHandler Method
Creates the default HTTP message handler.

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

Return Value

Type: HttpMessageHandler
The default message handler which is used when connection to a service in case there is no explicit handler given.
See Also