GeoStreamRepositoryCompressJsonResponses Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxpublic bool CompressJsonResponses { get; set; }
Public Property CompressJsonResponses As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThis does not guarantee the server will reply with compressed responses,
however, uncompressed responses will still be understood regardless of this setting.
See Also