C# Tutorial Web Client
Download
- Download the requested resource as a String in CSharp
- Download the resource as a Byte array from the URI specified in CSharp
- Download the resource with the specified URI to a local file in CSharp
- Get and set the Encoding used to upload and download strings in CSharp
- Open a readable stream for the data downloaded from a resource with the URI specified as a String in CSharp
- Open a readable stream for the data downloaded from a resource with the URI specified as a Uri in CSharp
Header
- Get a collection of header name/value pairs associated with the response in CSharp
- Get or set a collection of header name/value pairs associated with the request in CSharp
Cookie
Basic
Query
Upload
- Open a stream for writing data to the specified resource in CSharp
- Upload the specified local file to a resource with the specified URI in CSharp
- Upload the specified local file to the specified resource, using the specified method in CSharp
- Upload the specified string to the specified resource, using the POST method in CSharp