IWebSocketRequest Properties

.NET Framework 4.5

The IWebSocketRequest type exposes the following members.

  NameDescription
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 querystring 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
Show: