HttpConnectionFeature クラス

定義

の既定の 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

要求を行うクライアントのリモート ポートを取得または設定します。

適用対象