AsnResponse Constructor (NullableInt64, String, String) |
Construct an IspResponse model.
Namespace:
MaxMind.GeoIP2.Responses
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public AsnResponse(
Nullable<long> autonomousSystemNumber,
string autonomousSystemOrganization,
string ipAddress
)
Public Sub New (
autonomousSystemNumber As Nullable(Of Long),
autonomousSystemOrganization As String,
ipAddress As String
)
public:
AsnResponse(
Nullable<long long> autonomousSystemNumber,
String^ autonomousSystemOrganization,
String^ ipAddress
)
new :
autonomousSystemNumber : Nullable<int64> *
autonomousSystemOrganization : string *
ipAddress : string -> AsnResponse
Parameters
- autonomousSystemNumber
- Type: SystemNullableInt64
- autonomousSystemOrganization
- Type: SystemString
- ipAddress
- Type: SystemString
See Also