HttpResponseMessageWrapper Class

.NET Framework 4.5

Represents a container class for HttpResponseMessage.

System::Object
  Microsoft.AspNet.SignalR.Client.Http::HttpResponseMessageWrapper

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

public ref class HttpResponseMessageWrapper : IResponse, 
	IDisposable

The HttpResponseMessageWrapper type exposes the following members.

  NameDescription
Public methodHttpResponseMessageWrapperInitializes a new instance of the HttpResponseMessageWrapper class.
Top

  NameDescription
Public methodDispose()Releases all resources used by the current instance of the HttpResponseMessageWrapper.
Protected methodDispose(Boolean)Releases the unmanaged resources used by the HttpResponseMessageWrapper class and optionally releases the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStreamGets a new, read-only copy of the stream that is associated with this message.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadAsStringReads the response message as a string.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: