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

[Missing <param name="autonomousSystemNumber"/> documentation for "M:MaxMind.GeoIP2.Responses.IspResponse.#ctor(System.Nullable{System.Int64},System.String,System.String,System.String,System.String,MaxMind.Db.Network)"]

autonomousSystemOrganization
Type: SystemString

[Missing <param name="autonomousSystemOrganization"/> documentation for "M:MaxMind.GeoIP2.Responses.IspResponse.#ctor(System.Nullable{System.Int64},System.String,System.String,System.String,System.String,MaxMind.Db.Network)"]

isp
Type: SystemString

[Missing <param name="isp"/> documentation for "M:MaxMind.GeoIP2.Responses.IspResponse.#ctor(System.Nullable{System.Int64},System.String,System.String,System.String,System.String,MaxMind.Db.Network)"]

organization
Type: SystemString

[Missing <param name="organization"/> documentation for "M:MaxMind.GeoIP2.Responses.IspResponse.#ctor(System.Nullable{System.Int64},System.String,System.String,System.String,System.String,MaxMind.Db.Network)"]

ipAddress
Type: SystemString

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

network (Optional)
Type: MaxMind.DbNetwork

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

See Also