IResponse Interface

.NET Framework 4.5

Represents the HTTP response.

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

public interface class IResponse : IDisposable

The IResponse type exposes the following members.

  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodGetStreamGets the steam that represents the response body.
Top

  NameDescription
Public Extension MethodReadAsStringReads the response object and returns the content as string. (Defined by IResponseExtensions.)
Top
Show: