IHttpConnectionFeature.RemoteIpAddress Eigenschaft

Definition

Ruft die IPAddress des Clients ab, der die Anforderung stellt, oder legt diese fest. Beachten Sie, dass dies möglicherweise für einen Proxy und nicht für den Endbenutzer gilt.

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

Eigenschaftswert

Gilt für: