Click or drag to resize

Traits Constructor (NullableInt64, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, Network, NullableDouble, NullableInt32)

Constructor

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public Traits(
	Nullable<long> autonomousSystemNumber = null,
	string autonomousSystemOrganization = null,
	string connectionType = null,
	string domain = null,
	string ipAddress = null,
	bool isAnonymous = false,
	bool isAnonymousProxy = false,
	bool isAnonymousVpn = false,
	bool isHostingProvider = false,
	bool isLegitimateProxy = false,
	bool isPublicProxy = false,
	bool isResidentialProxy = false,
	bool isSatelliteProvider = false,
	bool isTorExitNode = false,
	string isp = null,
	string organization = null,
	string userType = null,
	Network network = null,
	Nullable<double> staticIPScore = null,
	Nullable<int> userCount = null
)

Parameters

autonomousSystemNumber (Optional)
Type: SystemNullableInt64
autonomousSystemOrganization (Optional)
Type: SystemString
connectionType (Optional)
Type: SystemString
domain (Optional)
Type: SystemString
ipAddress (Optional)
Type: SystemString
isAnonymous (Optional)
Type: SystemBoolean
isAnonymousProxy (Optional)
Type: SystemBoolean
isAnonymousVpn (Optional)
Type: SystemBoolean
isHostingProvider (Optional)
Type: SystemBoolean
isLegitimateProxy (Optional)
Type: SystemBoolean
isPublicProxy (Optional)
Type: SystemBoolean
isResidentialProxy (Optional)
Type: SystemBoolean
isSatelliteProvider (Optional)
Type: SystemBoolean
isTorExitNode (Optional)
Type: SystemBoolean
isp (Optional)
Type: SystemString
organization (Optional)
Type: SystemString
userType (Optional)
Type: SystemString
network (Optional)
Type: MaxMind.DbNetwork
staticIPScore (Optional)
Type: SystemNullableDouble
userCount (Optional)
Type: SystemNullableInt32
See Also