DuplexChannelFactory<TChannel> Constructor (Type^, String^)
.NET Framework (current version)
Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and configuration.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
DuplexChannelFactory(
Type^ callbackInstanceType,
String^ endpointConfigurationName
)
Parameters
- callbackInstanceType
-
Type:
System::Type^
The Type that provides the callback instance that the client uses to listen for messages from the connected service.
- endpointConfigurationName
-
Type:
System::String^
The name used for the endpoint configuration.
| Exception | Condition |
|---|---|
| ArgumentNullException | callbackInstanceType or endpointConfigurationName is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: