set_Credentials()

WebClientProtocol::set_Credentials(System::SharedPtr<Net::ICredentials>) method

Sets the authentication information.

void System::Web::Services::Protocols::WebClientProtocol::set_Credentials(System::SharedPtr<Net::ICredentials> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Net::ICredentials>The authentication information.

See Also