ServiceConnection MembersDocuWare Platform .NET API
The ServiceConnection type exposes the following members.
Methods

  NameDescription
Public methodConnectAsync(String, Nullable DWProductTypes )
Connects this instance with new credentials.
Public methodConnectAsync(String, String, String, Nullable DWProductTypes )
Connects this instance with new credentials.
Public methodStatic memberCreate(Uri, HttpMessageHandler)
Creates a connection for the specified service URI without a log in.
Public methodStatic memberCreate(Uri, String, Nullable DWProductTypes , HttpMessageHandler)
Creates a connection for the specified service URI.
Public methodStatic memberCreate(Uri, String, String, String, Nullable DWProductTypes , HttpMessageHandler)
Creates a connection for the specified service URI.
Public methodStatic memberCreateAsync(Uri, HttpMessageHandler)
Creates a connection for the specified service URI without a log in. The connection is created asynchronously.
Public methodStatic memberCreateAsync(Uri, String, Nullable DWProductTypes , HttpMessageHandler)
Creates a connection for the specified service URI asynchronously.
Public methodStatic memberCreateAsync(Uri, String, String, String, Nullable DWProductTypes , HttpMessageHandler)
Creates a connection for the specified service URI asynchronously.
Public methodStatic memberCreateWithWindowsAuthentication(Uri, ICredentials, HttpClientHandler)
Creates a connection for the specified service URI using windows authentication.
Public methodStatic memberCreateWithWindowsAuthentication(Uri, String, String, String, HttpClientHandler)
Creates a connection for the specified service URI using windows authentication.
Public methodStatic memberCreateWithWindowsAuthenticationAsync(Uri, ICredentials, HttpClientHandler)
Creates a connection for the specified service URI using NTLM authentication.
Public methodStatic memberCreateWithWindowsAuthenticationAsync(Uri, String, String, String, HttpClientHandler)
Creates a connection for the specified service URI using NTLM authentication.
Public methodDisconnect
Disconnects this instance.
Public methodDisconnectAsync
Disconnects this instance.
Public methodGetXml T 
Gets the XML from the specified uri.
Public methodGetXmlAsync T 
Gets the XML from the specified uri asynchronously.
Back to Top
Properties

  NameDescription
Public propertyHttpClient
Gets the HTTP client.
Public propertyOrganizations
Gets the organizations.
Public propertyServiceDescription
Gets the service description.
Back to Top
See Also