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