System::Net::Http::Headers::HttpRequestHeaders::set_ProxyAuthorization method

HttpRequestHeaders::set_ProxyAuthorization method

Sets a value of the ‘Proxy-Authorization’ header.

void System::Net::Http::Headers::HttpRequestHeaders::set_ProxyAuthorization(System::SharedPtr<AuthenticationHeaderValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<AuthenticationHeaderValue>The value that must be set.

See Also