set_Credentials()

WebProxy::set_Credentials(System::SharedPtr<ICredentials>) method

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

void System::Net::WebProxy::set_Credentials(System::SharedPtr<ICredentials> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ICredentials>The credentials to set.

See Also