IWebChannelConnection Interface Members
In This Topic
The following tables list the members exposed by IWebChannelConnection.
Public Methods
| | Name | Description |
 | 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 |
 | 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 |
Top
See Also