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)

Inheritance Hierarchy

System.Object
  System.Net.Http.HttpResponseMessageExtensions

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class HttpResponseMessageExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class HttpResponseMessageExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type HttpResponseMessageExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class HttpResponseMessageExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static TryGetContentValue<T>(HttpResponseMessage, T)

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

Thread Safety

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

See Also

System.Net.Http Namespace

Return to top