Click or drag to resize
IspResponse Constructor (Nullable<Int64>, String, String, String, String)
Construct an IspResponse model.

Namespace: MaxMind.GeoIP2.Responses
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public IspResponse(
	Nullable<long> autonomousSystemNumber,
	string autonomousSystemOrganization,
	string isp,
	string organization,
	string ipAddress
)

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)"]

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)"]

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)"]

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)"]

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)"]

See Also