IResponse Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents the HTTP response.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The IResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetStream | Gets the steam that represents the response body. |
| Name | Description | |
|---|---|---|
![]() | ReadAsString | Reads the response object and returns the content as string. (Defined by IResponseExtensions.) |
Show:
