Click or drag to resize

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

Note: This API is now obsolete.

Constructor for binary compatibility.

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
[ObsoleteAttribute("For binary compatibility only")]
public AnonymousIPResponse(
	bool isAnonymous,
	bool isAnonymousVpn,
	bool isHostingProvider,
	bool isPublicProxy,
	bool isTorExitNode,
	string ipAddress,
	Network network
)

Parameters

isAnonymous
Type: SystemBoolean
isAnonymousVpn
Type: SystemBoolean
isHostingProvider
Type: SystemBoolean
isPublicProxy
Type: SystemBoolean
isTorExitNode
Type: SystemBoolean
ipAddress
Type: SystemString
network
Type: MaxMind.DbNetwork
See Also