Request.ClientIPAddr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.