次の方法で共有


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

プロパティ値

String

IP アドレスです。

例外

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

適用対象