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