set_Credentials()

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

Sets the authentication information.

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

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ICredentials>The value that will be set.

See Also