GetHttpContextExtensions.GetHttpContext Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetHttpContext(HubCallerContext) |
Ruft HttpContext von der angegebenen Verbindung ab, oder |
GetHttpContext(HubConnectionContext) |
Ruft HttpContext von der angegebenen Verbindung ab, oder |
GetHttpContext(HubCallerContext)
- Quelle:
- GetHttpContextExtensions.cs
- Quelle:
- GetHttpContextExtensions.cs
- Quelle:
- GetHttpContextExtensions.cs
Ruft HttpContext von der angegebenen Verbindung ab, oder null
, wenn die Verbindung keiner HTTP-Anforderung zugeordnet ist.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Http::HttpContext ^ GetHttpContext(Microsoft::AspNetCore::SignalR::HubCallerContext ^ connection);
public static Microsoft.AspNetCore.Http.HttpContext GetHttpContext (this Microsoft.AspNetCore.SignalR.HubCallerContext connection);
public static Microsoft.AspNetCore.Http.HttpContext? GetHttpContext (this Microsoft.AspNetCore.SignalR.HubCallerContext connection);
static member GetHttpContext : Microsoft.AspNetCore.SignalR.HubCallerContext -> Microsoft.AspNetCore.Http.HttpContext
<Extension()>
Public Function GetHttpContext (connection As HubCallerContext) As HttpContext
Parameter
- connection
- HubCallerContext
Die Verbindung.
Gibt zurück
Der HttpContext für die Verbindung oder null
, wenn die Verbindung keiner HTTP-Anforderung zugeordnet ist.
Gilt für:
GetHttpContext(HubConnectionContext)
- Quelle:
- GetHttpContextExtensions.cs
- Quelle:
- GetHttpContextExtensions.cs
- Quelle:
- GetHttpContextExtensions.cs
Ruft HttpContext von der angegebenen Verbindung ab, oder null
, wenn die Verbindung keiner HTTP-Anforderung zugeordnet ist.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Http::HttpContext ^ GetHttpContext(Microsoft::AspNetCore::SignalR::HubConnectionContext ^ connection);
public static Microsoft.AspNetCore.Http.HttpContext GetHttpContext (this Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
public static Microsoft.AspNetCore.Http.HttpContext? GetHttpContext (this Microsoft.AspNetCore.SignalR.HubConnectionContext connection);
static member GetHttpContext : Microsoft.AspNetCore.SignalR.HubConnectionContext -> Microsoft.AspNetCore.Http.HttpContext
<Extension()>
Public Function GetHttpContext (connection As HubConnectionContext) As HttpContext
Parameter
- connection
- HubConnectionContext
Die Verbindung.
Gibt zurück
Der HttpContext für die Verbindung oder null
, wenn die Verbindung keiner HTTP-Anforderung zugeordnet ist.