DefaultHttpContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 HTTP Context 類別的實作。
public ref class DefaultHttpContext : Microsoft::AspNetCore::Http::HttpContext
public ref class DefaultHttpContext sealed : Microsoft::AspNetCore::Http::HttpContext
public class DefaultHttpContext : Microsoft.AspNetCore.Http.HttpContext
public sealed class DefaultHttpContext : Microsoft.AspNetCore.Http.HttpContext
type DefaultHttpContext = class
inherit HttpContext
Public Class DefaultHttpContext
Inherits HttpContext
Public NotInheritable Class DefaultHttpContext
Inherits HttpContext
- 繼承
建構函式
DefaultHttpContext() |
初始化 DefaultHttpContext 類別的新實例。 |
DefaultHttpContext(IFeatureCollection) |
使用提供的功能,初始化 DefaultHttpContext 類別的新實例。 |
屬性
Authentication |
已淘汰.
這已過時,未來版本將會移除。 建議的替代方法是使用 Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions。 請參閱 https://go.microsoft.com/fwlink/?linkid=845470。 |
Authentication |
已淘汰.
這已過時,未來版本將會移除。 建議的替代方法是使用 Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions。 請參閱 https://go.microsoft.com/fwlink/?linkid=845470。 (繼承來源 HttpContext) |
Connection |
取得這個要求之基礎連接的相關信息。 |
Features |
取得此要求上可用的伺服器和中間件所提供的 HTTP 功能集合。 |
FormOptions |
取得或設定這個實例的 FormOptions。 |
HttpContext |
此 API 由 ASP.NET Core 的基礎結構使用,不應由應用程式程式代碼使用。 |
Items |
取得或設定索引鍵/值集合,這個集合可用來在此要求的範圍內共享數據。 |
Request |
取得這個要求的 HttpRequest 物件。 |
RequestAborted |
在中止此要求的連接時通知,因此應該取消要求作業。 |
RequestServices |
取得或設定提供要求服務容器存取權的 IServiceProvider。 |
Response |
取得這個要求的 HttpResponse 物件。 |
ServiceScopeFactory |
取得或設定這個實例的 IServiceScopeFactory。 |
Session |
取得或設定對象,這個物件用來管理此要求的使用者會話數據。 |
TraceIdentifier |
取得或設定在追蹤記錄中表示此要求的唯一標識碼。 |
User |
取得或設定這個要求的使用者。 |
WebSockets |
取得 對象,這個物件會管理這個要求的 WebSocket 連接建立。 |
方法
Abort() |
中止此要求的基礎連接。 |
Initialize(IFeatureCollection) |
使用傳入的功能,重新初始化 類別的目前瞬間。 |
InitializeAuthenticationManager() |
已淘汰.
表示 HTTP Context 類別的實作。 |
InitializeConnectionInfo() |
表示 HTTP Context 類別的實作。 |
InitializeHttpRequest() |
表示 HTTP Context 類別的實作。 |
InitializeHttpResponse() |
表示 HTTP Context 類別的實作。 |
InitializeWebSocketManager() |
表示 HTTP Context 類別的實作。 |
Uninitialize() |
取消初始化 DefaultHttpContext中的所有功能。 |
UninitializeAuthenticationManager(AuthenticationManager) |
已淘汰.
表示 HTTP Context 類別的實作。 |
UninitializeConnectionInfo(ConnectionInfo) |
表示 HTTP Context 類別的實作。 |
UninitializeHttpRequest(HttpRequest) |
表示 HTTP Context 類別的實作。 |
UninitializeHttpResponse(HttpResponse) |
表示 HTTP Context 類別的實作。 |
UninitializeWebSocketManager(WebSocketManager) |
表示 HTTP Context 類別的實作。 |