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: 2.7.1
Syntax
public DomainResponse(
	string domain,
	string ipAddress
)

Parameters

domain
Type: SystemString

[Missing <param name="domain"/> documentation for "M:MaxMind.GeoIP2.Responses.DomainResponse.#ctor(System.String,System.String)"]

ipAddress
Type: SystemString

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

See Also