DuplexChannelFactory<TChannel>::CreateChannel Method (EndpointAddress^, Uri^)
.NET Framework (current version)
Creates a duplex channel between a service and a callback instance on the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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: TChannelA 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
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Show: