3 references to SessionContentType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
333
_normalContentType = isSession ? factory._binaryVersion.
SessionContentType
: factory._binaryVersion.ContentType;
334
_gzipCompressedContentType = isSession ? BinaryVersion.GZipVersion1.
SessionContentType
: BinaryVersion.GZipVersion1.ContentType;
335
_deflateCompressedContentType = isSession ? BinaryVersion.DeflateVersion1.
SessionContentType
: BinaryVersion.DeflateVersion1.ContentType;