IspResponse Constructor (NullableInt64, String, String, String, String, Network) |
Construct an IspResponse model.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic IspResponse(
Nullable<long> autonomousSystemNumber,
string autonomousSystemOrganization,
string isp,
string organization,
string ipAddress,
Network network = null
)
Public Sub New (
autonomousSystemNumber As Nullable(Of Long),
autonomousSystemOrganization As String,
isp As String,
organization As String,
ipAddress As String,
Optional network As Network = Nothing
)
public:
IspResponse(
Nullable<long long> autonomousSystemNumber,
String^ autonomousSystemOrganization,
String^ isp,
String^ organization,
String^ ipAddress,
Network^ network = nullptr
)
new :
autonomousSystemNumber : Nullable<int64> *
autonomousSystemOrganization : string *
isp : string *
organization : string *
ipAddress : string *
?network : Network
(* Defaults:
let _network = defaultArg network null
*)
-> IspResponse
Parameters
- autonomousSystemNumber
- Type: SystemNullableInt64
- autonomousSystemOrganization
- Type: SystemString
- isp
- Type: SystemString
- organization
- Type: SystemString
- ipAddress
- Type: SystemString
- network (Optional)
- Type: MaxMind.DbNetwork
See Also