ClientBase<TChannel> Constructor (InstanceContext, String, String)
Initializes a new instance of the ClientBase<TChannel> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
protected ClientBase( InstanceContext callbackInstance, string endpointConfigurationName, string remoteAddress )
Parameters
- callbackInstance
- Type: System.ServiceModel.InstanceContext
The callback object that the client uses to listen for messages from the connected service.
- endpointConfigurationName
- Type: System.String
The name of the endpoint in the application configuration file.
- remoteAddress
- Type: System.String
The address of the service.
| Exception | Condition |
|---|---|
| ArgumentNullException | The callback instance is null. |
| ArgumentNullException | The endpoint is null. |
| ArgumentNullException | The remote address is null. |
| InvalidOperationException | The endpoint cannot be found or the endpoint contract is not valid. |
Use this constructor to pass a service object that implements the callback contract for the target service and determine the target endpoint information from the name of the endpoint in an application configuration file (The target value is located by finding the name attribute of the client <endpoint> element) and the specified address.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.