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

DelegatingHandler::InnerHandler Property

Gets or sets {insert text here}.

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

public:
property HttpMessageHandler^ InnerHandler {
	HttpMessageHandler^ get ();
	void set (HttpMessageHandler^ value);
}
Show:
© 2017 Microsoft