6 references to UpgradeResponse
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
639if (decoder.CurrentState != ClientFramingDecoderState.UpgradeResponse) // we have a problem
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
692base.CurrentState = ClientFramingDecoderState.UpgradeResponse; 700case ClientFramingDecoderState.UpgradeResponse: 837base.CurrentState = ClientFramingDecoderState.UpgradeResponse; 845case ClientFramingDecoderState.UpgradeResponse:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
331|| _decoder.CurrentState == ClientFramingDecoderState.UpgradeResponse))