Click or drag to resize
Connector Class
Some helpers to connect to a service.
Inheritance Hierarchy
SystemObject
  DocuWare.Services.Http.ClientConnector

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class Connector

The Connector type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateConnection(String)
Creates the connection with the specified base URI.
Public methodStatic memberCreateConnection(Uri)
Creates the connection with the specified base URI.
Public methodStatic memberCreateConnection(String, HttpMessageHandler)
Creates the connection with the specified base URI.
Public methodStatic memberCreateConnection(Uri, HttpMessageHandler)
Creates the connection with the specified base URI.
Public methodStatic memberCreateDefaultRequestHandler
Creates the default request handler.
Top
See Also