Compartir a través de


IHttpConnectionFeature.RemoteIpAddress Propiedad

Definición

Obtiene o establece la dirección IPAddress del cliente que realiza la solicitud. Tenga en cuenta que esto puede ser para un proxy en lugar del usuario final.

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

Valor de propiedad

Se aplica a