1 write to initiator
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
992this.initiator = initiator;
4 references to initiator
System.ServiceModel (4)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (4)
1003this.sslStream = new SslStream(stream, false, this.initiator.ValidateRemoteCertificate, 1009this.initiator.parent.SslProtocols, false, callback, this); 1035if (this.initiator.IsChannelBindingSupportEnabled) 1045return this.initiator.serverSecurity;