ClientIpAddress Property
Summary
Gets the IP address of the client which sent the request.
Syntax
public string ClientIpAddress { get; }
Public ReadOnly Property ClientIpAddress As String
public:
property String^ ClientIpAddress {
String^ get();
}
Property Value
The IP address of the client which sent the request.