Click or drag to resize

GeoStreamRepositoryCompressJsonResponses Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
When this is set to true, this GeoStreamRepository will indicate to the GeoStream server that it accepts JSON responses compressed using gzip or deflate.

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

Property Value

Type: Boolean
Remarks
This does not guarantee the server will reply with compressed responses, however, uncompressed responses will still be understood regardless of this setting.
See Also