.NET Framework Class Library
IChannelFactory<(Of <(TChannel>)>)..::.CreateChannel Method

Creates a channel of a specified type to a specified endpoint address.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkCreateChannel(EndpointAddress)Creates a channel of a specified type to a specified endpoint address.
Public methodSupported by the .NET Compact FrameworkCreateChannel(EndpointAddress, Uri)Creates a channel of a specified type to a specified endpoint address and transport address to which messages are sent.
Top
Remarks

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.

See Also

Reference

Tags :


Page view tracker