set_RequestEncoding()

WebClientProtocol::set_RequestEncoding(System::SharedPtr<Text::Encoding>) method

Sets the encoding that is used to make the client requests.

void System::Web::Services::Protocols::WebClientProtocol::set_RequestEncoding(System::SharedPtr<Text::Encoding> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Text::Encoding>The value that must be set.

See Also