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