DuplexChannelFactory<TChannel>::CreateChannel Method (InstanceContext^, EndpointAddress^)
.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)
public:
TChannel CreateChannel(
InstanceContext^ callbackInstance,
EndpointAddress^ address
)
Parameters
- callbackInstance
-
Type:
System.ServiceModel::InstanceContext^
The InstanceContext that the client uses to listen for messages from the connected service.
- address
-
Type:
System.ServiceModel::EndpointAddress^
The EndpointAddress that provides the location of the service.
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. |
| InvalidOperationException | callbackInstance or callbackInstance.UserObject 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: