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