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
)
<ObsoleteAttribute("For binary compatibility only")>
Public Sub New (
autonomousSystemNumber As Nullable(Of Long),
autonomousSystemOrganization As String,
connectionType As String,
domain As String,
ipAddress As String,
isAnonymous As Boolean,
isAnonymousProxy As Boolean,
isAnonymousVpn As Boolean,
isHostingProvider As Boolean,
isLegitimateProxy As Boolean,
isPublicProxy As Boolean,
isSatelliteProvider As Boolean,
isTorExitNode As Boolean,
isp As String,
organization As String,
userType As String,
network As Network,
staticIPScore As Nullable(Of Double),
userCount As Nullable(Of Integer)
)
public:
[ObsoleteAttribute(L"For binary compatibility only")]
Traits(
Nullable<long 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
)
[<ObsoleteAttribute("For binary compatibility only")>]
new :
autonomousSystemNumber : Nullable<int64> *
autonomousSystemOrganization : string *
connectionType : string *
domain : string *
ipAddress : string *
isAnonymous : bool *
isAnonymousProxy : bool *
isAnonymousVpn : bool *
isHostingProvider : bool *
isLegitimateProxy : bool *
isPublicProxy : bool *
isSatelliteProvider : bool *
isTorExitNode : bool *
isp : string *
organization : string *
userType : string *
network : Network *
staticIPScore : Nullable<float> *
userCount : Nullable<int> -> Traits
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