The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MessageExtensionMethods Class
.NET Framework (current version)
A static extension methods class for getting either an HttpRequestMessage or HttpResponseMessage instance from a Message instance.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ToHttpRequestMessage(Message^) | Creates a HttpRequestMessage instance from an Message instance. |
![]() ![]() | ToHttpResponseMessage(Message^) | Creates a HttpResponseMessage instance from an Message instance. |
.NET Framework
Available since 4.5
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

