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 的传输。

适用于