Gets and sets the System.Text.Encoding used to upload and download strings.
Documentation for this section has not yet been entered.
The erload:System.Net.WebClient.UploadString and erload:System.Net.WebClient.UploadStringAsync methods use this property to convert the specified string to a byte array before uploading the string. For additional information, see the erload:System.Text.Encoding.GetBytes method.
When a string is downloaded using the erload:System.Net.WebClient.DownloadString or erload:System.Net.WebClient.DownloadStringAsync methods, System.Net.WebClient uses the System.Text.Encoding returned by this to convert the downloaded byte array into a string. For additional information, see the erload:System.Text.Encoding.GetString method.