1 write to clientChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
433
this.
clientChannel
= clientChannel;
8 references to clientChannel
System.ServiceModel (8)
System\ServiceModel\Channels\SecurityChannelFactory.cs (8)
434
SecurityProtocol securityProtocol = this.
clientChannel
.SecurityProtocolFactory.CreateSecurityProtocol(this.
clientChannel
.to,
435
this.
clientChannel
.Via,
451
this.
clientChannel
.OnProtocolCreationComplete(securityProtocol);
476
self.
clientChannel
.SecurityProtocol.EndOpen(result);
497
IAsyncResult result = this.
clientChannel
.InnerChannel.BeginOpen(this.timeoutHelper.RemainingTime(), openInnerChannelCallback, this);
502
this.
clientChannel
.InnerChannel.EndOpen(result);
524
self.
clientChannel
.InnerChannel.EndOpen(result);