6 references to ChannelFactory
System.ServiceModel (3)
System\ServiceModel\ClientBase.cs (1)
180channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpoint));
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
109: base(endpoint)
System\ServiceModel\ServiceEndpointTrait.cs (1)
70return new ChannelFactory<TChannel>(this.endpoint);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2785this.channelFactory = new ChannelFactory<IOutputChannel>(targetEndpoint); 2789this.channelFactory = new ChannelFactory<IRequestChannel>(targetEndpoint);
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebChannelFactory.cs (1)
32base(endpoint)