AnonymousIPResponse Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, String) |
Construct AnonymousIPResponse model
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public AnonymousIPResponse(
bool isAnonymous,
bool isAnonymousVpn,
bool isHostingProvider,
bool isPublicProxy,
bool isTorExitNode,
string ipAddress
)
Public Sub New (
isAnonymous As Boolean,
isAnonymousVpn As Boolean,
isHostingProvider As Boolean,
isPublicProxy As Boolean,
isTorExitNode As Boolean,
ipAddress As String
)
public:
AnonymousIPResponse(
bool isAnonymous,
bool isAnonymousVpn,
bool isHostingProvider,
bool isPublicProxy,
bool isTorExitNode,
String^ ipAddress
)
new :
isAnonymous : bool *
isAnonymousVpn : bool *
isHostingProvider : bool *
isPublicProxy : bool *
isTorExitNode : bool *
ipAddress : string -> AnonymousIPResponse
Parameters
- isAnonymous
- Type: SystemBoolean
- isAnonymousVpn
- Type: SystemBoolean
- isHostingProvider
- Type: SystemBoolean
- isPublicProxy
- Type: SystemBoolean
- isTorExitNode
- Type: SystemBoolean
- ipAddress
- Type: SystemString
See Also