Click or drag to resize

AbstractCountryResponse Constructor (Continent, Country, MaxMind, Country, RepresentedCountry, Traits)

Initializes a new instance of the AbstractCountryResponse class.

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
protected AbstractCountryResponse(
	Continent continent = null,
	Country country = null,
	MaxMind maxMind = null,
	Country registeredCountry = null,
	RepresentedCountry representedCountry = null,
	Traits traits = null
)

Parameters

continent (Optional)
Type: MaxMind.GeoIP2.ModelContinent
country (Optional)
Type: MaxMind.GeoIP2.ModelCountry
maxMind (Optional)
Type: MaxMind.GeoIP2.ModelMaxMind
registeredCountry (Optional)
Type: MaxMind.GeoIP2.ModelCountry
representedCountry (Optional)
Type: MaxMind.GeoIP2.ModelRepresentedCountry
traits (Optional)
Type: MaxMind.GeoIP2.ModelTraits
See Also