Click or drag to resize

IspResponse Constructor (Nullable<Int64>, 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: System.Nullable<Int64>

[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: System.String

[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: System.String

[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: System.String

[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: System.String

[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.Db.Network

[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