System::Net::WebProxy::set_Credentials method

WebProxy::set_Credentials method

Sets the credentials that are sent to the proxy server for authentication.

void System::Net::WebProxy::set_Credentials(System::SharedPtr<ICredentials> value)
ParameterTypeDescription
valueSystem::SharedPtr<ICredentials>The credentials to set.

See Also