Click or drag to resize

AnonymousIPResponse Constructor (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 isTorExitNode,
	string ipAddress,
	Network network = null
)

Parameters

isAnonymous
Type: SystemBoolean

[Missing <param name="isAnonymous"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

isAnonymousVpn
Type: SystemBoolean

[Missing <param name="isAnonymousVpn"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

isHostingProvider
Type: SystemBoolean

[Missing <param name="isHostingProvider"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

isPublicProxy
Type: SystemBoolean

[Missing <param name="isPublicProxy"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

isTorExitNode
Type: SystemBoolean

[Missing <param name="isTorExitNode"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

ipAddress
Type: SystemString

[Missing <param name="ipAddress"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

network (Optional)
Type: MaxMind.DbNetwork

[Missing <param name="network"/> documentation for "M:MaxMind.GeoIP2.Responses.AnonymousIPResponse.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,MaxMind.Db.Network)"]

See Also