DuplexChannelFactory<TChannel>.CreateChannel Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateChannel() Creates a channel that is used to send messages to a service. (Inherited from ChannelFactory<TChannel>.)
Public method CreateChannel(EndpointAddress) Creates a channel that is used to send messages to a service at a specific endpoint address. (Inherited from ChannelFactory<TChannel>.)
Public method CreateChannel(InstanceContext) Creates a duplex channel between a service and a callback instance on the client.
Public method CreateChannel(EndpointAddress, Uri) Creates a duplex channel between a service and a callback instance on the client. (Overrides ChannelFactory<TChannel>.CreateChannel(EndpointAddress, Uri).)
Public method CreateChannel(InstanceContext, EndpointAddress) Creates a duplex channel between a service and a callback instance on the client.
Public method CreateChannel(InstanceContext, EndpointAddress, Uri) Creates a duplex channel between a service and a callback instance on the client.

Top