System::Net::WebClient::set_Encoding method

WebClient::set_Encoding method

Sets the encoding used to download or upload strings.

void System::Net::WebClient::set_Encoding(const SharedPtr<Text::Encoding> &encoding)
ParameterTypeDescription
encodingconst SharedPtr<Text::Encoding>&The encoding to set.

See Also