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