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 | |
---|---|---|
Cookies | Gets the cookies for this request. (Inherited from IRequest.) | |
Form | Gets the form for this request. (Inherited from IRequest.) | |
Headers | Gets the headers for this request. (Inherited from IRequest.) | |
Items | Gets state for the current HTTP request. (Inherited from IRequest.) | |
QueryString | Gets the query string for this request. (Inherited from IRequest.) | |
Url | Gets the url for this request. (Inherited from IRequest.) | |
User | Gets security information for the current HTTP request. (Inherited from IRequest.) |
Top
Methods
Name | Description | |
---|---|---|
AcceptWebSocketRequest |
Top
Extension Methods
Name | Description | |
---|---|---|
GetHttpContext | (Defined by RequestExtensions.) | |
GetOwinVariable<T> | (Defined by RequestExtensions.) |
Top