1 write to SessionContentType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BinaryVersion.cs (1)
20
SessionContentType
= sessionContentType;
3 references to SessionContentType
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
326
_normalContentType = isSession ? factory._binaryVersion.
SessionContentType
: factory._binaryVersion.ContentType;
327
_gzipCompressedContentType = isSession ? BinaryVersion.GZipVersion1.
SessionContentType
: BinaryVersion.GZipVersion1.ContentType;
328
_deflateCompressedContentType = isSession ? BinaryVersion.DeflateVersion1.
SessionContentType
: BinaryVersion.DeflateVersion1.ContentType;