IWebSocketRequest Interface

.NET Framework 4

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

Syntax

'Declaration
Public Interface IWebSocketRequest _
    Inherits IRequest
'Usage
Dim instance As IWebSocketRequest
public interface IWebSocketRequest : IRequest
public interface class IWebSocketRequest : IRequest
type IWebSocketRequest =  
    interface 
        interface IRequest 
    end
public interface IWebSocketRequest extends IRequest

The IWebSocketRequest type exposes the following members.

Properties

  Name Description
Public property Cookies Gets the cookies for this request. (Inherited from IRequest.)
Public property Form Gets the form for this request. (Inherited from IRequest.)
Public property Headers Gets the headers for this request. (Inherited from IRequest.)
Public property Items Gets state for the current HTTP request. (Inherited from IRequest.)
Public property QueryString Gets the query string for this request. (Inherited from IRequest.)
Public property Url Gets the url for this request. (Inherited from IRequest.)
Public property User Gets security information for the current HTTP request. (Inherited from IRequest.)

Top

Methods

  Name Description
Public method AcceptWebSocketRequest

Top

Extension Methods

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

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hosting Namespace