Click or drag to resize

DomainResponse Constructor (String, String, Network)

Construct a DomainResponse model object.

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public DomainResponse(
	string domain,
	string ipAddress,
	Network network = null
)

Parameters

domain
Type: SystemString
ipAddress
Type: SystemString
network (Optional)
Type: MaxMind.DbNetwork
See Also