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

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

Overload List

  NameDescription
Public methodCreateChannel()()()Creates a channel of a specified type to a specified endpoint address.
Public methodCreateChannel(EndpointAddress)Creates a channel that is used to send messages to a service at a specific endpoint address.
Protected methodStatic memberCreateChannel(String)Creates a channel that is used to send messages to a service whose endpoint is configured in a specified way.
Public methodStatic memberCreateChannel(Binding, EndpointAddress)Creates a channel of a specified type that is used to send messages to a service endpoint that is configured with a specified binding.
Public methodCreateChannel(EndpointAddress, Uri)Creates a channel that is used to send messages to a service at a specific endpoint address through a specified transport address.
Public methodStatic memberCreateChannel(Binding, EndpointAddress, Uri)Creates a channel of a specified type that is used to send messages to a service endpoint at a specified transport address that is configured with a specified binding.
Top
Remarks

Creates a channel of type TChannel, the generic parameter for the class.

See Also

Reference

Tags :


Page view tracker