1 write to upgradeAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
404upgradeAcceptor = upgrade.CreateUpgradeAcceptor();
7 references to upgradeAcceptor
System.ServiceModel (7)
System\ServiceModel\Channels\SingletonConnectionReader.cs (7)
474if (this.upgradeAcceptor == null) 481if (!this.upgradeAcceptor.CanUpgrade(Decoder.Upgrade)) 528this.parent.WriteAuditFailure(upgradeAcceptor as StreamSecurityUpgradeAcceptor, exception); 543this.parent.WriteAuditFailure(upgradeAcceptor as StreamSecurityUpgradeAcceptor, exception); 554this.parent.SetupSecurityIfNecessary(upgradeAcceptor); 594upgradeAsyncResult = InitialServerConnectionReader.BeginUpgradeConnection(this.currentConnection, upgradeAcceptor, this.parent.transportSettings, onUpgradeComplete, this); 615this.parent.channelBindingToken = channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint);