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.Model.City
continent (Optional)
Type: MaxMind.GeoIP2.Model.Continent
country (Optional)
Type: MaxMind.GeoIP2.Model.Country
location (Optional)
Type: MaxMind.GeoIP2.Model.Location
maxMind (Optional)
Type: MaxMind.GeoIP2.Model.MaxMind
postal (Optional)
Type: MaxMind.GeoIP2.Model.Postal
registeredCountry (Optional)
Type: MaxMind.GeoIP2.Model.Country
representedCountry (Optional)
Type: MaxMind.GeoIP2.Model.RepresentedCountry
subdivisions (Optional)
Type: System.Collections.Generic.IEnumerable<Subdivision>
traits (Optional)
Type: MaxMind.GeoIP2.Model.Traits
See Also