3 writes to channelFactory
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
671this.channelFactory = this.StandardsManager.TrustDriver.CreateFederationProxy(this.IssuerAddress, this.IssuerBinding, this.IssuerChannelBehaviors); 717this.channelFactory = null; 730this.channelFactory = null;
13 references to channelFactory
System.ServiceModel (13)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (13)
714if (this.channelFactory != null && this.channelFactory.State == CommunicationState.Opened) 716this.channelFactory.Abort(); 727if (this.channelFactory != null && this.channelFactory.State == CommunicationState.Opened) 729this.channelFactory.Close(timeoutHelper.RemainingTime()); 751return (this.channelFactory.State != CommunicationState.Opened); 756if (this.channelFactory.State == CommunicationState.Created) 758this.channelFactory.Open(timeout); 764if (this.channelFactory.State == CommunicationState.Created) 766return this.channelFactory.BeginOpen(timeout, callback, state); 782this.channelFactory.EndOpen(result); 788IRequestChannel result = this.channelFactory.CreateChannel(this.IssuerAddress);