DomainResponse Class |
Namespace: MaxMind.GeoIP2.Responses
The DomainResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | DomainResponse |
Construct a DomainResponse model object.
|
![]() | DomainResponse(String, String) |
Construct a DomainResponse model object.
|
Name | Description | |
---|---|---|
![]() | Domain |
The second level domain associated with the IP address. This will
be something like "example.com" or "example.co.uk", not
"foo.example.com".
|
![]() | IPAddress |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetLocales |
This is simplify the database API. Also, we may need to use the locales in the future.
(Inherited from AbstractResponse.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |