IResponse Interface

.NET Framework 4.5

The http response.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

'Declaration
Public Interface IResponse
'Usage
Dim instance As IResponse

The IResponse type exposes the following members.

  NameDescription
Public methodCloseCloses the response.
Public methodGetResponseStreamGets the steam that represents the response body.
Public methodReadAsStringReads the response body as a string.
Top
Show: