ViewStateException.RemoteAddress プロパティ

定義

ビューステート例外を発生させた HTTP 要求の IP アドレスを取得します。

public:
 property System::String ^ RemoteAddress { System::String ^ get(); };
public string RemoteAddress { get; }
member this.RemoteAddress : string
Public ReadOnly Property RemoteAddress As String

プロパティ値

String

クライアントのリモート IP アドレスを格納している String

注釈

このプロパティは、プロパティ内の変数と同じ値をREMOTE_ADDRServerVariables返します。

適用対象