ServerRequest Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Owin
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Represents a server request.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ServerRequest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Cookies | Gets the cookies associated with the server. |
![]() | Environment | |
![]() | Headers | Gets the headers associated with the request. |
![]() | LocalPath | |
![]() | QueryString | Gets the collection of server query string variables. |
![]() | Url | Gets information about the URL of the current request. |
![]() | User | Gets the user for this server. |
Show:
