Click or drag to resize

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

Note: This API is now obsolete.

Constructor for binary compatibility.

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
[ObsoleteAttribute("For binary compatibility only")]
public Traits(
	Nullable<long> autonomousSystemNumber,
	string autonomousSystemOrganization,
	string connectionType,
	string domain,
	string ipAddress,
	bool isAnonymous,
	bool isAnonymousProxy,
	bool isAnonymousVpn,
	bool isHostingProvider,
	bool isLegitimateProxy,
	bool isPublicProxy,
	bool isSatelliteProvider,
	bool isTorExitNode,
	string isp,
	string organization,
	string userType,
	Network network,
	Nullable<double> staticIPScore,
	Nullable<int> userCount
)

Parameters

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