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)
736
TChannel channel = this.
CreateChannel
(address);
763
TChannel channel = this.
CreateChannel
(address);
790
TChannel channel = this.
CreateChannel
(address);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1033
return channelFactory.
CreateChannel
(this.address);