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

HttpClientHandler::Proxy Property

Gets or sets proxy information used by the handler.

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

public:
property IWebProxy^ Proxy {
	IWebProxy^ get ();
	void set (IWebProxy^ value);
}

Property Value

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