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.Model.Continent
country (Optional)
Type: MaxMind.GeoIP2.Model.Country
maxMind (Optional)
Type: MaxMind.GeoIP2.Model.MaxMind
registeredCountry (Optional)
Type: MaxMind.GeoIP2.Model.Country
representedCountry (Optional)
Type: MaxMind.GeoIP2.Model.RepresentedCountry
traits (Optional)
Type: MaxMind.GeoIP2.Model.Traits
See Also