Windows apps
Collapse the table of content
Expand the table of content

HttpClientHandler::Credentials Property

Gets or sets authentication information used by this handler.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property ICredentials^ Credentials {
	ICredentials^ get ();
	void set (ICredentials^ value);
}

Property Value

Type: System.Net::ICredentials
Show:
© 2017 Microsoft