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