3 writes to ChannelFactory
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
444ChannelFactory = null; 453ChannelFactory = null; 470ChannelFactory = channelFactory;
9 references to ChannelFactory
System.ServiceModel.Federation (9)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (9)
242IRequestChannel channel = ChannelFactory.CreateChannel(); 281IRequestChannel channel = ChannelFactory.CreateChannel(); 441if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened) 443ChannelFactory.Abort(); 450if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened) 452await Task.Factory.FromAsync(ChannelFactory.BeginClose, ChannelFactory.EndClose, timeout, null, TaskCreationOptions.None);