Traits Class |
Namespace: MaxMind.GeoIP2.Model
The Traits type exposes the following members.
Name | Description | |
---|---|---|
Traits |
Constructor
| |
Traits(NullableInt64, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, 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.
| |
IsAnonymous |
This is true if the IP address belongs to any sort of anonymous
network. This value is only available from GeoIP2 Precision
Insights.
| |
IsAnonymousProxy | Obsolete.
This is true if the IP is an anonymous proxy. See
MaxMind's GeoIP
FAQ
| |
IsAnonymousVpn |
This is true if the IP address belongs to an anonymous VPN
system. This value is only available from GeoIP2 Precision
Insights.
| |
IsHostingProvider |
This is true if the IP address belongs to a hosting provider.
This value is only available from GeoIP2 Precision Insights.
| |
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.
| |
IsPublicProxy |
This is true if the IP address belongs to a public proxy.
This value is only available from GeoIP2 Precision Insights.
| |
IsSatelliteProvider | Obsolete.
This is true if the IP belong to a satellite Internet provider.
| |
IsTorExitNode |
This is true if the IP address belongs to a Tor exit node.
This value is only available from GeoIP2 Precision Insights.
| |
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 | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |