Click or drag to resize

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

Constructor

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public CountryResponse(
	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