ServerRequest Class

.NET Framework 4

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ServerRequest _
    Implements IRequest
'Usage
Dim instance As ServerRequest
public class ServerRequest : IRequest
public ref class ServerRequest : IRequest
type ServerRequest =  
    class 
        interface IRequest 
    end
public class ServerRequest implements IRequest

The ServerRequest type exposes the following members.

Constructors

  Name Description
Public method ServerRequest

Top

Properties

  Name Description
Public property Cookies
Public property DisableRequestCompression
Public property Form
Public property Headers
Public property Items
Public property QueryString
Public property RequestHeaders
Public property Url
Public property User

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetHttpContext (Defined by RequestExtensions.)
Public Extension Method GetOwinVariable<T> (Defined by RequestExtensions.)

Top

Fields

  Name Description
Public fieldStatic member OwinEnvironmentKey

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.SignalR.Owin Namespace