Click or drag to resize

RESTConfigSettingsEndpoint Method

Gets the configuration for a specific Endpoint by "name".

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public EndpointElement Endpoint(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: EndpointElement

[Missing <returns> documentation for "M:Koden.Utils.REST.ConfigFileSections.RESTConfigSettings.Endpoint(System.String)"]

See Also