DuplexChannelFactory<TChannel>::CreateChannel Method (EndpointAddress^, Uri^)

 

Creates a duplex channel between a service and a callback instance on the client.

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

public:
virtual TChannel CreateChannel(
	EndpointAddress^ address,
	Uri^ via
) override

Parameters

address
Type: System.ServiceModel::EndpointAddress^

The EndpointAddress that provides the location of the service.

via
Type: System::Uri^

The Uri that contains the transport address to which the message is sent.

Return Value

Type: TChannel

A duplex channel of type TChannel, the generic parameter for the factory, between the client and service.

Exception Condition
ArgumentNullException

address is null.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Return to top
Show: