HttpConnectionFeature クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の既定の IHttpConnectionFeature実装。
public ref class HttpConnectionFeature : Microsoft::AspNetCore::Http::Features::IHttpConnectionFeature
public class HttpConnectionFeature : Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature
type HttpConnectionFeature = class
interface IHttpConnectionFeature
Public Class HttpConnectionFeature
Implements IHttpConnectionFeature
- 継承
-
HttpConnectionFeature
- 実装
コンストラクター
HttpConnectionFeature() |
の既定の IHttpConnectionFeature実装。 |
プロパティ
ConnectionId |
要求が受信された接続の一意識別子を取得または設定します。 これは主に診断目的です。 |
LocalIpAddress |
要求を受信したローカル IPAddress を取得または設定します。 |
LocalPort |
要求を受信したローカル ポートを取得または設定します。 |
RemoteIpAddress |
要求を行うクライアントの IPAddress を取得または設定します。 これは、エンド ユーザーではなくプロキシ用である可能性があることに注意してください。 |
RemotePort |
要求を行うクライアントのリモート ポートを取得または設定します。 |