Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the message extensions for the HTTP response from an ASP.NET operation.
Inheritance Hierarchy
System.Object
System.Net.Http.HttpResponseMessageExtensions
Namespace: System.Net.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpResponseMessageExtensions
'Usage
public static class HttpResponseMessageExtensions
[ExtensionAttribute]
public ref class HttpResponseMessageExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpResponseMessageExtensions = class end
public final class HttpResponseMessageExtensions
The HttpResponseMessageExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
TryGetContentValue<T> | Attempts to retrieve the value of the content for the HttpResponseMessageExtensions. |
Top
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.