DomainResponseIPAddress Property |
The IP address that the data in the model is for. If you
performed a "me" lookup against the web service, this will be the
externally routable IP address for the system the code is running
on. If the system is behind a NAT, this may differ from the IP
address locally assigned to it.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public string IPAddress { get; }
Public ReadOnly Property IPAddress As String
Get
public:
property String^ IPAddress {
String^ get ();
}
member IPAddress : string with get
Property Value
Type:
StringSee Also