Click or drag to resize

EnterpriseResponse Constructor

Constructor

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public EnterpriseResponse(
	City city = null,
	Continent continent = null,
	Country country = null,
	Location location = null,
	MaxMind maxMind = null,
	Postal postal = null,
	Country registeredCountry = null,
	RepresentedCountry representedCountry = null,
	IEnumerable<Subdivision> subdivisions = null,
	Traits traits = null
)

Parameters

city (Optional)
Type: MaxMind.GeoIP2.ModelCity
continent (Optional)
Type: MaxMind.GeoIP2.ModelContinent
country (Optional)
Type: MaxMind.GeoIP2.ModelCountry
location (Optional)
Type: MaxMind.GeoIP2.ModelLocation
maxMind (Optional)
Type: MaxMind.GeoIP2.ModelMaxMind
postal (Optional)
Type: MaxMind.GeoIP2.ModelPostal
registeredCountry (Optional)
Type: MaxMind.GeoIP2.ModelCountry
representedCountry (Optional)
Type: MaxMind.GeoIP2.ModelRepresentedCountry
subdivisions (Optional)
Type: System.Collections.GenericIEnumerableSubdivision
traits (Optional)
Type: MaxMind.GeoIP2.ModelTraits
See Also