System::Net::Http::HttpClientHandler::set_Credentials method

HttpClientHandler::set_Credentials method

Sets the authentication information.

void System::Net::Http::HttpClientHandler::set_Credentials(System::SharedPtr<ICredentials> value)
ParameterTypeDescription
valueSystem::SharedPtr<ICredentials>The value that will be set.

See Also