FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (23)
54internal EncodedFramingRecord(FramingRecordType recordType, string value)
114base(new byte[] { (byte)FramingRecordType.KnownEncoding, (byte)encodingType })
119: base(FramingRecordType.ExtensibleEncoding, contentType)
171: base(FramingRecordType.Via, via)
179: base(FramingRecordType.UpgradeRequest, contentType)
187: base(FramingRecordType.Fault, fault)
200(byte)FramingRecordType.PreambleEnd
204(Byte)FramingRecordType.End
229buffer[offset++] = (byte)FramingRecordType.SizedEnvelope;
241(byte)FramingRecordType.PreambleAck
244(byte)FramingRecordType.UpgradeResponse
259(byte)FramingRecordType.Version,
262(byte)FramingRecordType.Mode,
277(byte)FramingRecordType.Version,
280(byte)FramingRecordType.Mode,
292(byte)FramingRecordType.UnsizedEnvelope };
298(byte)0, (byte)FramingRecordType.End };
301(byte)FramingRecordType.End };
331(byte)FramingRecordType.PreambleEnd
335(byte)FramingRecordType.Version,
338(byte)FramingRecordType.Mode,
360(byte)FramingRecordType.PreambleAck
364(byte)FramingRecordType.UpgradeResponse