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