8 references to End
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (5)
766if (recordType == FramingRecordType.End) 939ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 1452if (recordType == FramingRecordType.End) 1507ValidateRecordType(FramingRecordType.End, (FramingRecordType)bytes[offset]); 1600if (recordType == FramingRecordType.End)
System\ServiceModel\Channels\FramingEncoders.cs (3)
203(Byte)FramingRecordType.End 297(byte)0, (byte)FramingRecordType.End }; 300(byte)FramingRecordType.End };