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

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

Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified instance context, binding, and remote 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 String _
)
public DuplexChannelFactory(
    InstanceContext callbackInstance,
    Binding binding,
    string remoteAddress
)

Parameters

  • remoteAddress
    Type: System.String
    The remote address that provides the location of the service.

Exceptions

Exception Condition
ArgumentNullException

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

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.