4 references to EnvelopeEnd
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (2)
802
currentState = State.
EnvelopeEnd
;
804
case State.
EnvelopeEnd
:
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1003
if (!(decoder.CurrentState == ServerSessionDecoder.State.End || decoder.CurrentState == ServerSessionDecoder.State.
EnvelopeEnd
))
1045
case ServerSessionDecoder.State.
EnvelopeEnd
: