Implemented interface member:
method
CreateChannel
System.ServiceModel.Channels.IChannelFactory<TChannel>.CreateChannel(System.ServiceModel.EndpointAddress)
4 references to CreateChannel
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (3)
736TChannel channel = this.CreateChannel(address); 763TChannel channel = this.CreateChannel(address); 790TChannel channel = this.CreateChannel(address);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1033return channelFactory.CreateChannel(this.address);