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
Syntaxpublic AnonymousIPResponse(
	bool isAnonymous,
	bool isAnonymousVpn,
	bool isHostingProvider,
	bool isPublicProxy,
	bool isResidentialProxy,
	bool isTorExitNode,
	string ipAddress,
	Network network = null
)
Public Sub New ( 
	isAnonymous As Boolean,
	isAnonymousVpn As Boolean,
	isHostingProvider As Boolean,
	isPublicProxy As Boolean,
	isResidentialProxy As Boolean,
	isTorExitNode As Boolean,
	ipAddress As String,
	Optional network As Network = Nothing
)
public:
AnonymousIPResponse(
	bool isAnonymous, 
	bool isAnonymousVpn, 
	bool isHostingProvider, 
	bool isPublicProxy, 
	bool isResidentialProxy, 
	bool isTorExitNode, 
	String^ ipAddress, 
	Network^ network = nullptr
)
new : 
        isAnonymous : bool * 
        isAnonymousVpn : bool * 
        isHostingProvider : bool * 
        isPublicProxy : bool * 
        isResidentialProxy : bool * 
        isTorExitNode : bool * 
        ipAddress : string * 
        ?network : Network 
(* Defaults:
        let _network = defaultArg network null
*)
-> AnonymousIPResponseParameters
- isAnonymous
 - Type: SystemBoolean
 - isAnonymousVpn
 - Type: SystemBoolean
 - isHostingProvider
 - Type: SystemBoolean
 - isPublicProxy
 - Type: SystemBoolean
 - isResidentialProxy
 - Type: SystemBoolean
 - isTorExitNode
 - Type: SystemBoolean
 - ipAddress
 - Type: SystemString
 - network (Optional)
 - Type: MaxMind.DbNetwork
 
See Also