System\ServiceModel\Channels\FramingEncoders.cs (25)
53internal EncodedFramingRecord(FramingRecordType recordType, string value)
113base(new byte[] { (byte)FramingRecordType.KnownEncoding, (byte)encodingType })
118: base(FramingRecordType.ExtensibleEncoding, contentType)
170: base(FramingRecordType.Via, via)
178: base(FramingRecordType.UpgradeRequest, contentType)
186: base(FramingRecordType.Fault, fault)
199(byte)FramingRecordType.PreambleEnd
203(Byte)FramingRecordType.End
228buffer[offset++] = (byte)FramingRecordType.SizedEnvelope;
240(byte)FramingRecordType.PreambleAck
243(byte)FramingRecordType.UpgradeResponse
258(byte)FramingRecordType.Version,
261(byte)FramingRecordType.Mode,
276(byte)FramingRecordType.Version,
279(byte)FramingRecordType.Mode,
291(byte)FramingRecordType.UnsizedEnvelope };
297(byte)0, (byte)FramingRecordType.End };
300(byte)FramingRecordType.End };
330(byte)FramingRecordType.PreambleEnd
334(byte)FramingRecordType.Version,
337(byte)FramingRecordType.Mode,
359(byte)FramingRecordType.PreambleAck
363(byte)FramingRecordType.UpgradeResponse
370(byte)FramingRecordType.Version,
373(byte)FramingRecordType.Mode,