Click or drag to resize

RESTConfigSettingsEndpoints Property

Gets an Enumerable list of REST Libraries defined in config section.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public IEnumerable<EndpointElement> Endpoints { get; }

Property Value

Type: IEnumerableEndpointElement
The sp libraries.
See Also