ServiceModelSectionGroup::Client Property

 

Gets the configuration section that contains a list of endpoints that a client uses to connect to a service.

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

public:
property ClientSection^ Client {
	ClientSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ClientSection^

The configuration section that contains a list of endpoints that a client uses to connect to a service.

.NET Framework
Available since 3.0
Return to top
Show: