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