3 writes to ChannelFactory
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
459ChannelFactory = null; 468ChannelFactory = null; 485ChannelFactory = channelFactory;
9 references to ChannelFactory
System.ServiceModel.Federation (9)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (9)
256IRequestChannel channel = ChannelFactory.CreateChannel(); 295IRequestChannel channel = ChannelFactory.CreateChannel(); 456if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened) 458ChannelFactory.Abort(); 465if (ChannelFactory != null && ChannelFactory.State == CommunicationState.Opened) 467await Task.Factory.FromAsync(ChannelFactory.BeginClose, ChannelFactory.EndClose, timeout, null, TaskCreationOptions.None);