Click or drag to resize

Traits Constructor (NullableInt64, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String)

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 isSatelliteProvider = false,
	bool isTorExitNode = false,
	string isp = null,
	string organization = null,
	string userType = 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
isSatelliteProvider (Optional)
Type: SystemBoolean
isTorExitNode (Optional)
Type: SystemBoolean
isp (Optional)
Type: SystemString
organization (Optional)
Type: SystemString
userType (Optional)
Type: SystemString
See Also