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

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

ipAddress
Type: SystemString

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

network (Optional)
Type: MaxMind.DbNetwork

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

See Also