6 references to EnvelopeStart
System.ServiceModel (6)
System\ServiceModel\Channels\FramingDecoders.cs (3)
665if (currentState < State.EnvelopeStart) 787currentState = State.EnvelopeStart; 792case State.EnvelopeStart:
System\ServiceModel\Channels\MsmqDecodeHelper.cs (2)
217if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState) 292if (ServerSessionDecoder.State.EnvelopeStart == sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1031case ServerSessionDecoder.State.EnvelopeStart: