GeoStreamRepositoryCompressJsonResponses Property | |
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; }
Public Property CompressJsonResponses As Boolean
Get
Set
Property Value
Type:
BooleanRemarks This does not guarantee the server will reply with compressed responses,
however, uncompressed responses will still be understood regardless of this setting.
See Also