The Endpoints element contains one Endpoint element element for each endpoint type.
Attributes
The Endpoints element has no attributes.
Child Elements
Parent Element
Example
Below is an example of the Libraries element.
<Endpoints>
<Endpoint Type="SOAP" Enabled="True" Secure="True" />
<Endpoint Type="JSON" Enabled="True" Secure="True" />
<Endpoint Type="ASP" Enabled="False" Secure="True" />
<Endpoint Type="TCP" Enabled="False" Secure="True" />
</Endpoints>