2 references to GZipVersion1
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
334
_gzipCompressedContentType = isSession ? BinaryVersion.
GZipVersion1
.SessionContentType : BinaryVersion.
GZipVersion1
.ContentType;