3 references to Upgrade
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
478
new ProtocolException(SR.GetString(SR.UpgradeRequestToNonupgradableService, Decoder.
Upgrade
)));
481
if (!this.upgradeAcceptor.CanUpgrade(Decoder.
Upgrade
))
484
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(SR.GetString(SR.UpgradeProtocolNotSupported, Decoder.
Upgrade
)));