Request.ClientIPAddr Property

Definition

Gets the IP address of the remote client.

public:
 property System::String ^ ClientIPAddr { System::String ^ get(); };
public string ClientIPAddr { get; }
member this.ClientIPAddr : string
Public ReadOnly Property ClientIPAddr As String

Property Value

The IP address of the client.

Applies to