HttpResponseMessageExtensionMethods.ToMessage Method (HttpResponseMessage)
.NET Framework (current version)
Creates a Message instance from an HttpResponseMessage instance.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
Parameters
- httpResponseMessage
-
Type:
System.Net.Http.HttpResponseMessage
The HttpResponseMessage from which to create the Message instance.
The Message instance can be read, written and copied just as a traditional ByteStreamMessage instance. The Message instance can also "read" to retrieve the original HttpResponseMessage instance by calling the ToHttpResponseMessage extension method.
.NET Framework
Available since 4.5
Available since 4.5
Show: