Click or drag to resize

DomainResponse Constructor (String, String)

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
)

Parameters

domain
Type: SystemString
ipAddress
Type: SystemString
See Also