1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
705this.acceptor = acceptor;
7 references to acceptor
System.ServiceModel (7)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (7)
712TD.SslOnAcceptUpgrade(acceptor.EventTraceActivity); 715this.sslStream = new SslStream(stream, false, this.acceptor.ValidateRemoteCertificate); 716return this.sslStream.BeginAuthenticateAsServer(this.acceptor.parent.ServerCertificate, 717this.acceptor.parent.RequireClientCertificate, this.acceptor.parent.SslProtocols, false, callback, this); 729if (this.acceptor.IsChannelBindingSupportEnabled) 739return this.acceptor.clientSecurity;