IResponse Interface
.NET Framework 4
The http response.
Namespace: Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Interface IResponse
'Usage
Dim instance As IResponse
public interface IResponse
public interface class IResponse
type IResponse = interface end
public interface IResponse
The IResponse type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Closes the response. | |
GetResponseStream | Gets the steam that represents the response body. | |
ReadAsString | Reads the response body as a string. |
Top