| CancelAsync()Documentation for this section has not yet been entered. |
| DownloadData(string) : byte[]Downloads data from the resource identified by the
specified URI. |
| DownloadData(Uri) : byte[]Documentation for this section has not yet been entered. |
| DownloadDataAsync(Uri)Documentation for this section has not yet been entered. |
| DownloadDataAsync(Uri, object)Documentation for this section has not yet been entered. |
| DownloadFile(string, string) Downloads data from the resource identified by
the specified URI, and writes the data to the specified file . |
| DownloadFile(Uri, string)Documentation for this section has not yet been entered. |
| DownloadFileAsync(Uri, string)Documentation for this section has not yet been entered. |
| DownloadFileAsync(Uri, string, object)Documentation for this section has not yet been entered. |
| DownloadString(string) : stringDocumentation for this section has not yet been entered. |
| DownloadString(Uri) : stringDocumentation for this section has not yet been entered. |
| DownloadStringAsync(Uri)Documentation for this section has not yet been entered. |
| DownloadStringAsync(Uri, object)Documentation for this section has not yet been entered. |
| OpenRead(string) : System.IO.StreamOpens a readable System.IO.Stream containing the data downloaded from the resource identified
by the specified URI. |
| OpenRead(Uri) : System.IO.StreamDocumentation for this section has not yet been entered. |
| OpenReadAsync(Uri)Documentation for this section has not yet been entered. |
| OpenReadAsync(Uri, object)Documentation for this section has not yet been entered. |
| OpenWrite(string) : System.IO.Stream Opens a System.IO.Stream for writing data to the resource identified by the specified URI. |
| OpenWrite(Uri) : System.IO.StreamDocumentation for this section has not yet been entered. |
| OpenWrite(string, string) : System.IO.Stream Opens a System.IO.Stream for writing data to the resource identified by the specified URI using the
specified protocol method. |
| OpenWrite(Uri, string) : System.IO.StreamDocumentation for this section has not yet been entered. |
| OpenWriteAsync(Uri)Documentation for this section has not yet been entered. |
| OpenWriteAsync(Uri, string)Documentation for this section has not yet been entered. |
| OpenWriteAsync(Uri, string, object)Documentation for this section has not yet been entered. |
| UploadData(string, byte[]) : byte[] Uploads the specified data to the resource
identified by the specified
URI. |
| UploadData(Uri, byte[]) : byte[]Documentation for this section has not yet been entered. |
| UploadData(string, string, byte[]) : byte[] Uploads the specified data to the resource identified by the specified
URI using the specified protocol method. |
| UploadData(Uri, string, byte[]) : byte[]Documentation for this section has not yet been entered. |
| UploadDataAsync(Uri, byte[])Documentation for this section has not yet been entered. |
| UploadDataAsync(Uri, string, byte[])Documentation for this section has not yet been entered. |
| UploadDataAsync(Uri, string, byte[], object)Documentation for this section has not yet been entered. |
| UploadFile(string, string) : byte[] Uploads the specified local file to the resource
identified by the specified
URI. |
| UploadFile(Uri, string) : byte[]Documentation for this section has not yet been entered. |
| UploadFile(string, string, string) : byte[]Uploads the specified local file using the specified protocol
method to the resource identified by the specified URI . |
| UploadFile(Uri, string, string) : byte[]Documentation for this section has not yet been entered. |
| UploadFileAsync(Uri, string)Documentation for this section has not yet been entered. |
| UploadFileAsync(Uri, string, string)Documentation for this section has not yet been entered. |
| UploadFileAsync(Uri, string, string, object)Documentation for this section has not yet been entered. |
| UploadString(string, string) : stringDocumentation for this section has not yet been entered. |
| UploadString(Uri, string) : stringDocumentation for this section has not yet been entered. |
| UploadString(string, string, string) : stringDocumentation for this section has not yet been entered. |
| UploadString(Uri, string, string) : stringDocumentation for this section has not yet been entered. |
| UploadStringAsync(Uri, string)Documentation for this section has not yet been entered. |
| UploadStringAsync(Uri, string, string)Documentation for this section has not yet been entered. |
| UploadStringAsync(Uri, string, string, object)Documentation for this section has not yet been entered. |
| UploadValues(string, System.Collections.Specialized.NameValueCollection) : byte[] Uploads the specified name/value collection
to the specified resource. |
| UploadValues(Uri, System.Collections.Specialized.NameValueCollection) : byte[]Documentation for this section has not yet been entered. |
| UploadValues(string, string, System.Collections.Specialized.NameValueCollection) : byte[] Uploads the specified name/value collection
to the specified resource using the specified method. |
| UploadValues(Uri, string, System.Collections.Specialized.NameValueCollection) : byte[]Documentation for this section has not yet been entered. |
| UploadValuesAsync(Uri, System.Collections.Specialized.NameValueCollection)Documentation for this section has not yet been entered. |
| UploadValuesAsync(Uri, string, System.Collections.Specialized.NameValueCollection)Documentation for this section has not yet been entered. |
| UploadValuesAsync(Uri, string, System.Collections.Specialized.NameValueCollection, object)Documentation for this section has not yet been entered. |