 | 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
Syntaxpublic EndpointElement Endpoint(
string name
)
Public Function Endpoint (
name As String
) As EndpointElement
public:
EndpointElement^ Endpoint(
String^ name
)
member Endpoint :
name : string -> EndpointElement
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