IResponse Interface

Visual Studio 2010
.NET Framework 4

The http response.

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

public interface class 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: