DelegatingHandler::InnerHandler Property
.NET Framework (current version)
Gets or sets the inner handler which processes the HTTP response messages.
Assembly: System.Net.Http (in System.Net.Http.dll)
public: property HttpMessageHandler^ InnerHandler { HttpMessageHandler^ get(); void set(HttpMessageHandler^ value); }
Property Value
Type: System.Net.Http::HttpMessageHandler^The inner handler for HTTP response messages.
This InnerHandler property can only be set before the class is used (the SendAsync method is called).
Note that InnerHandler property may be a delegating handler too, although this is uncommon. This approach allows the creation of handler stacks for the HTTP response messages.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: