1 write to ContentType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BinaryVersion.cs (1)
19ContentType = contentType;
3 references to ContentType
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;