ServiceDescription::Endpoints Property
Gets the collection of endpoints from the service description.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ServiceEndpointCollection^ Endpoints { ServiceEndpointCollection^ get(); }
Property Value
Type: System.ServiceModel.Description::ServiceEndpointCollection^The ServiceEndpointCollection that contains the endpoints defined for the service.
The endpoints in the ServiceEndpointCollection returned by this method each contain the address, binding, contract, and behavior information required to communicate with the service. To access this information, you must retrieve the ServiceEndpoint from the collection with the Find method that employs the relevant search criteria. Then the ServiceEndpoint properties can be used to access the information. For example, the ContractDescription is accessed by the Contract property.
Export metadata about a service endpoint by passing ServiceEndpoint as a parameter to ExportEndpoint(ServiceEndpoint^).
Available since 3.0