Click or drag to resize

AnonymousIPResponse Constructor (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Network)

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 isResidentialProxy,
	bool isTorExitNode,
	string ipAddress,
	Network network = null
)

Parameters

isAnonymous
Type: System.Boolean
isAnonymousVpn
Type: System.Boolean
isHostingProvider
Type: System.Boolean
isPublicProxy
Type: System.Boolean
isResidentialProxy
Type: System.Boolean
isTorExitNode
Type: System.Boolean
ipAddress
Type: System.String
network (Optional)
Type: MaxMind.Db.Network
See Also