2 writes to channelFactory
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2785
this.
channelFactory
= new ChannelFactory<IOutputChannel>(targetEndpoint);
2789
this.
channelFactory
= new ChannelFactory<IRequestChannel>(targetEndpoint);
12 references to channelFactory
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\InternalSendMessage.cs (12)
2792
this.
channelFactory
.UseActiveAutoClose = true;
2793
this.
channelFactory
.Credentials.Windows.AllowedImpersonationLevel = factoryKey.TokenImpersonationLevel;
2831
return this.
channelFactory
.State == CommunicationState.Created;
2838
return this.
channelFactory
.BeginOpen(callback, state);
2844
this.
channelFactory
.EndOpen(result);
2861
DisposeCommunicationObject(this.
channelFactory
);
2897
result = ((ChannelFactory<IOutputChannel>)this.
channelFactory
).CreateChannel(endpointAddress, via);
2901
result = ((ChannelFactory<IRequestChannel>)this.
channelFactory
).CreateChannel(endpointAddress, via);
2930
if (this.
channelFactory
.State != CommunicationState.Closed &&
2931
this.
channelFactory
.State != CommunicationState.Closing)
2953
if (this.
channelFactory
.State != CommunicationState.Closed &&
2954
this.
channelFactory
.State != CommunicationState.Closing)