AspNetWebSocketContext.UserHostAddress プロパティ

定義

リモート クライアントの IP アドレスを取得します。

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

プロパティ値

IP アドレス。

例外

プロパティは実装されていません。

適用対象