Click or drag to resize

GeoStreamRepositoryRequestTimeoutMs Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This property is used to change the Request timeout for non-tile requests. The default timeout is 100,000 milliseconds. Ensure that the server is configured to serve a request of this timespan. In IIS the MaxSessionLength/Session timeout property may need to be greater than this timeout. Note that these settings may vary between IIS versions.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int RequestTimeoutMs { get; set; }

Property Value

Type: Int32
See Also