Name | Description | |
---|---|---|
![]() | WebChannel Constructor | Overloaded. |
The following tables list the members exposed by WebChannel.
Name | Description | |
---|---|---|
![]() | WebChannel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | HeaderRequestAppProtocolVersion | |
![]() | HeaderRequestMethod | |
![]() | HeaderRequestTimestamp | |
![]() | LogCategory | The log category for the server client |
Name | Description | |
---|---|---|
![]() | ApplicationBaseDirectory | The path from the root of the web server to the start of the application (e.g. the virtual directory path) |
![]() | AppProtocolVersion | Optional. The version number to specify in the protocol header. |
![]() | AuthenticationProvider | The authentication provider to use for any requests that require authentication. |
![]() | ConnectionState | The current connection state of the channel. |
![]() | EnableLogging | Indicates if logging for events on the web channel is enabled or not. |
![]() | EntryUri | The complete Uri to the start of all requests that can be executed on this channel. |
![]() | HostName | The DNS name of the server being connected to. |
![]() | Port | The port number being used |
![]() | UseSsl | Indicates if the channel is encrypted using SSL |
Name | Description | |
---|---|---|
![]() | Authenticate | Authenticate now (instead of waiting for a request to fail) |
![]() | Cancel | Cancel the current request. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | DownloadData | Overloaded. Downloads the resource with the specified URI to a byte array |
![]() | DownloadFile | Downloads the resource with the specified URI to a local file. |
![]() | DownloadString | Overloaded. Downloads the resource with the specified URI to a string |
![]() | ExecuteRequest | Execute the provided request. |
![]() | UploadData | Uploads the provided byte array to the specified URI using the provided method. |
![]() | UploadFile | Uploads the specified local file to the specified URI using the specified method |
![]() | UploadString | Uploads the specified string to the specified resource, using the specified method |
Name | Description | |
---|---|---|
![]() | OnConnectionStateChanged | Raises the ConnectionStateChanged event |
Name | Description | |
---|---|---|
![]() | ConnectionStateChanged | Raised whenever the connection state changes. |