Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DuplexChannelFactory<TChannel> Constructor

 

Initializes a new instance of the DuplexChannelFactory<TChannel> class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified instance context.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, Binding^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with a context that implements the callback contract and a specified binding.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, Binding^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding and endpoint address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, Binding^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified instance context, binding, and remote address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, ServiceEndpoint^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified endpoint.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(InstanceContext^, String^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration and endpoint address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, Binding^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, Binding^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding and endpoint address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, Binding^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified callback object, binding, and remote address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, ServiceEndpoint^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified endpoint.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Object^, String^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract, and a specified configuration and endpoint address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, Binding^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and binding.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, Binding^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance, binding, and remote address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, Binding^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified type of callback instance, binding, and remote address.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, ServiceEndpoint^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and service endpoint.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, String^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and configuration.

System_CAPS_pubmethodDuplexChannelFactory<TChannel>(Type^, String^, EndpointAddress^)

Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified type of callback instance, configuration, and remote address.

Return to top
Show:
© 2017 Microsoft