ConnectionInfo.RemoteIpAddress プロパティ

定義

リモート ターゲットの IP アドレスを取得または設定します。 null を使用できます。

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

プロパティ値

注釈

その結果、接続が null TCP 接続ではない場合 (たとえば、Unix ドメイン ソケットや TCP ベースではないトランスポート) になります。

適用対象