Traits Class |
Namespace: MaxMind.GeoIP2.Model
The Traits type exposes the following members.
Name | Description | |
---|---|---|
![]() | Traits() |
Constructor
|
![]() | Traits(Nullable<Int64>, String, String, String, String, Boolean, Boolean, Boolean, String, String, String) |
Constructor
|
Name | Description | |
---|---|---|
![]() | AutonomousSystemNumber |
The
autonomous system number
associated with the IP address.
This value is only set when using the City or Insights web
service or the Enterprise database.
|
![]() | AutonomousSystemOrganization |
The organization associated with the registered
autonomous system number
for the IP address. This value is only set when using the City or
Insights web service or the Enterprise database.
|
![]() | ConnectionType |
The connection type of the IP address. This value is only set when
using the Enterprise database.
|
![]() | 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". This value is only set when using the City or
Insights web service or the Enterprise database.
|
![]() | 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.
|
![]() | IsAnonymousProxy | Obsolete.
This is true if the IP is an anonymous proxy. See
MaxMind's GeoIP
FAQ
|
![]() | IsLegitimateProxy |
True if MaxMind believes this IP address to be a legitimate
proxy, such as an internal VPN used by a corporation.This is only
available in the GeoIP2 Enterprise database.
|
![]() | Isp |
The name of the ISP associated with the IP address. This value
is only set when using the City or Insights web service or the
Enterprise database.
|
![]() | IsSatelliteProvider | Obsolete.
This is true if the IP belong to a satellite Internet provider.
|
![]() | Organization |
The name of the organization associated with the IP address. This
value is only set when using the City or Insights web service or the
Enterprise database.
|
![]() | UserType |
The user type associated with the IP address. This can be one of
the following values:
|
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.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |