HttpResponseMessageWrapper Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents a container class for HttpResponseMessage.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HttpResponseMessageWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpResponseMessageWrapper | Initializes a new instance of the HttpResponseMessageWrapper class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the HttpResponseMessageWrapper. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the HttpResponseMessageWrapper class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetStream | Gets a new, read-only copy of the stream that is associated with this message. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadAsString | Reads the response message as a string. |
![]() | ToString | (Inherited from Object.) |
Show:
