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