MessageProcessingHandler Class
A base type for handlers which only do some small processing of request and/or response messages.
System::Object
System.Net.Http::HttpMessageHandler
System.Net.Http::DelegatingHandler
System.Net.Http::MessageProcessingHandler
System.Net.Http::HttpMessageHandler
System.Net.Http::DelegatingHandler
System.Net.Http::MessageProcessingHandler
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
The MessageProcessingHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageProcessingHandler() | Initializes a new instance of the MessageProcessingHandler class. |
![]() | MessageProcessingHandler(HttpMessageHandler) | Initializes a new instance of the MessageProcessingHandler class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the unmanaged resources and disposes of the managed resources used by the HttpMessageHandler. (Inherited from HttpMessageHandler.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DelegatingHandler, and optionally disposes of the managed resources. (Inherited from DelegatingHandler.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessRequest | |
![]() | ProcessResponse | |
![]() | SendAsync | (Overrides DelegatingHandler::SendAsync(HttpRequestMessage, CancellationToken).) |
![]() | ToString | (Inherited from Object.) |
Show:


