4 references to KnownEncoding
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (3)
698if (recordType == FramingRecordType.KnownEncoding) 1066if (recordType == FramingRecordType.KnownEncoding) 1219if (recordType == FramingRecordType.KnownEncoding)
System\ServiceModel\Channels\FramingEncoders.cs (1)
113base(new byte[] { (byte)FramingRecordType.KnownEncoding, (byte)encodingType })