3 writes to contentType
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
438this.contentType = this.deflateCompressedContentType; 441this.contentType = this.gzipCompressedContentType; 444this.contentType = this.normalContentType;
2 references to contentType
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
453return this.contentType; 464get { return this.contentType; }