共用方式為


IHttpConnectionFeature.RemoteIpAddress 屬性

定義

取得或設定發出要求之用戶端的 IPAddress。 請注意,這可能適用于 Proxy,而不是使用者。

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

屬性值

適用於