1 write to normalContentType
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
429
this.
normalContentType
= isSession ? factory.binaryVersion.SessionContentType : factory.binaryVersion.ContentType;
4 references to normalContentType
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
444
this.contentType = this.
normalContentType
;
895
base.IsContentTypeSupported(contentType, this.
normalContentType
, this.
normalContentType
);
957
else if (ContentTypeEqualsOrStartsWith(contentType, this.
normalContentType
))