ServerRequest Class

.NET Framework 4.5

Represents a server request.

System::Object
  Microsoft.AspNet.SignalR.Owin::ServerRequest

Namespace:  Microsoft.AspNet.SignalR.Owin
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class ServerRequest : IRequest

The ServerRequest type exposes the following members.

  NameDescription
Public methodServerRequestInitializes a new instance of the ServerRequest class.
Top

  NameDescription
Public propertyCookiesGets the cookies associated with the server.
Public propertyEnvironment
Public propertyHeadersGets the headers associated with the request.
Public propertyLocalPath
Public propertyQueryStringGets the collection of server query string variables.
Public propertyUrlGets information about the URL of the current request.
Public propertyUserGets the user for this server.
Top

  NameDescription
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 methodReadForm
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: