Information
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.

HttpResponseMessageExtensions Class

 

Represents the message extensions for the HTTP response from an ASP.NET operation.

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

System::Object
  System.Net.Http::HttpResponseMessageExtensions

[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class HttpResponseMessageExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticTryGetContentValue<T>(HttpResponseMessage^, T)

Attempts to retrieve the value of the content for the HttpResponseMessageExtensions.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: