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