HttpRequestMessageWrapper Class

.NET Framework 4.5

Provides a wrapper of the HTTP request message.

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

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

public ref class HttpRequestMessageWrapper : IRequest

The HttpRequestMessageWrapper type exposes the following members.

  NameDescription
Public methodHttpRequestMessageWrapperInitializes a new instance of the HttpRequestMessageWrapper class.
Top

  NameDescription
Public propertyAcceptGets or sets the HTTP property to accept request message.
Public propertyUserAgentGets or sets the user agent of the HttpRequestMessageWrapper.
Top

  NameDescription
Public methodAbortCancels the current HTTP request message.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetRequestHeadersSets the request headers of the HttpRequestMessageWrapper.
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: