ClientBase<TChannel> Constructor (ServiceEndpoint^)

.NET Framework (current version)
 

Initializes a new instance of the ClientBase<TChannel> class using the specified System.ServiceModel.Description::ServiceEndpoint.

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

protected:
ClientBase(
	ServiceEndpoint^ endpoint
)

Parameters

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
Return to top
Show: