ConfigurationDuplexChannelFactory<TChannel> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ConfigurationDuplexChannelFactory<TChannel> class with the specified callback object, endpoint configuration name, remote address, and configuration settings.
public:
ConfigurationDuplexChannelFactory(System::Object ^ callbackObject, System::String ^ endpointConfigurationName, System::ServiceModel::EndpointAddress ^ remoteAddress, System::Configuration::Configuration ^ configuration);
public ConfigurationDuplexChannelFactory (object callbackObject, string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress, System.Configuration.Configuration configuration);
new System.ServiceModel.Configuration.ConfigurationDuplexChannelFactory<'Channel> : obj * string * System.ServiceModel.EndpointAddress * System.Configuration.Configuration -> System.ServiceModel.Configuration.ConfigurationDuplexChannelFactory<'Channel>
Public Sub New (callbackObject As Object, endpointConfigurationName As String, remoteAddress As EndpointAddress, configuration As Configuration)
Parameters
- callbackObject
- Object
The process that responds to a message from the client.
- endpointConfigurationName
- String
The name property in an endpoint configuration element.
- remoteAddress
- EndpointAddress
The IP address of a destination endpoint in a client or server session.
- configuration
- Configuration
The settings that define the information presented in the endpoint element.
Exceptions
callbackObject
, endpointConfigurationName
, or configuration
is null
.