3 references to ChunkEnd
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingDecoders.cs (2)
542
CurrentState = State.
ChunkEnd
;
545
case State.
ChunkEnd
:
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
250
Fx.Assert(_decoder.CurrentState == SingletonMessageDecoder.State.ReadingEnvelopeBytes || _decoder.CurrentState == SingletonMessageDecoder.State.
ChunkEnd
, "");