RequestExtensions Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.RequestExtensions
Namespace: Microsoft.AspNet.SignalR
Assemblies: Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)
Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class RequestExtensions
'Usage
public static class RequestExtensions
[ExtensionAttribute]
public ref class RequestExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RequestExtensions = class end
public final class RequestExtensions
The RequestExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetHttpContext | ||
GetOwinVariable<T> |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.