ClientBase<TChannel> Constructor (InstanceContext^, ServiceEndpoint^)
.NET Framework (current version)
Initializes a new instance of the ClientBase<TChannel> class using the specified InstanceContext and System.ServiceModel.Description::ServiceEndpoint objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- callbackInstance
-
Type:
System.ServiceModel::InstanceContext^
The callback object that the client application uses to listen for messages from the connected service.
- endpoint
-
Type:
System.ServiceModel.Description::ServiceEndpoint^
The endpoint for a service that allows clients to find and communicate with the service.
.NET Framework
Available since 4.0
Available since 4.0
Show: