7 references to End
System.ServiceModel.NetFramingBase (7)
System\ServiceModel\Channels\FramingDecoders.cs (4)
550ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 715if (recordType == FramingRecordType.End) 776ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 871if (recordType == FramingRecordType.End)
System\ServiceModel\Channels\FramingEncoders.cs (3)
210public static ReadOnlyMemory<byte> EndBytes = new byte[] { (byte)FramingRecordType.End }; 303(byte)0, (byte)FramingRecordType.End }; 306(byte)FramingRecordType.End };