IWebSocketRequest Properties
.NET Framework 4.5
Top
The IWebSocketRequest type exposes the following members.
| 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 querystring 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.) |
Show: