DuplexChannelFactory<TChannel> Constructor (Type^, String^, EndpointAddress^)
.NET Framework (current version)
Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified type of callback instance, configuration, and remote address.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
DuplexChannelFactory(
Type^ callbackInstanceType,
String^ endpointConfigurationName,
EndpointAddress^ remoteAddress
)
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.
- remoteAddress
-
Type:
System.ServiceModel::EndpointAddress^
The EndpointAddress that provides the location of the service.
| Exception | Condition |
|---|---|
| ArgumentNullException | callbackInstanceType or endpointConfigurationName or remoteAddress is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: