CreateChannel Method (EndpointAddress)
Collapse the table of content
Expand the table of content

IChannelFactory(Of TChannel).CreateChannel Method (EndpointAddress)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Function CreateChannel ( _
	to As EndpointAddress _
) As TChannel

Parameters

to
Type: System.ServiceModel.EndpointAddress
The EndpointAddress that provides the location of the service.

Return Value

Type: TChannel
A channel of type TChannel to the specified endpoint address.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft