IHttpConnectionFeature.RemoteIpAddress プロパティ

定義

要求を行うクライアントの IPAddress を取得または設定します。 これは、エンド ユーザーではなくプロキシ用である可能性があることに注意してください。

public:
 property System::Net::IPAddress ^ RemoteIpAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress RemoteIpAddress { get; set; }
public System.Net.IPAddress? RemoteIpAddress { get; set; }
member this.RemoteIpAddress : System.Net.IPAddress with get, set
Public Property RemoteIpAddress As IPAddress

プロパティ値

適用対象