.NET Framework Class Library
IChannelFactory<(Of <(TChannel>)>)..::.CreateChannel Method
Creates a channel of a specified type to a specified endpoint address.
Top
Use the CreateChannel(EndpointAddress, Uri) overload to distinguish the address to which the message is initially sent from the ultimate destination when you want to do manual routing. Note that any channels created by this channel factory are closed when the channel factory is closed. For a discussion of addressing, see the Addresses topic.
Reference