Click or drag to resize

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
Syntax
public IspResponse(
	Nullable<long> autonomousSystemNumber,
	string autonomousSystemOrganization,
	string isp,
	string organization,
	string ipAddress,
	Network network = null
)

Parameters

autonomousSystemNumber
Type: SystemNullableInt64
autonomousSystemOrganization
Type: SystemString
isp
Type: SystemString
organization
Type: SystemString
ipAddress
Type: SystemString
network (Optional)
Type: MaxMind.DbNetwork
See Also