1 write to SessionContentType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BinaryVersion.cs (1)
20SessionContentType = 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;