DuplexChannelFactory<TChannel> Constructor (InstanceContext, Binding, EndpointAddress)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
Public Sub New ( _
    callbackInstance As InstanceContext, _
    binding As Binding, _
    remoteAddress As EndpointAddress _
)
public DuplexChannelFactory(
    InstanceContext callbackInstance,
    Binding binding,
    EndpointAddress remoteAddress
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

callbackInstance, binding, or remoteAddress is nulla null reference (Nothing in Visual Basic).

Remarks

Use this constructor to pass an instance context object that implements the callback contract for the target service and to pass in the binding and address information programmatically rather than using an application configuration file.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.