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
Syntaxpublic DomainResponse(
string domain,
string ipAddress,
Network network = null
)
Public Sub New (
domain As String,
ipAddress As String,
Optional network As Network = Nothing
)
public:
DomainResponse(
String^ domain,
String^ ipAddress,
Network^ network = nullptr
)
new :
domain : string *
ipAddress : string *
?network : Network
(* Defaults:
let _network = defaultArg network null
*)
-> DomainResponse
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