 | RestClientDescriptionConfigurationEndpoint Property |
The endpoints of the client
Namespace: SanteDB.Core.Configuration.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<RestClientEndpointConfiguration> Endpoint { get; set; }Public Property Endpoint As List(Of RestClientEndpointConfiguration)
Get
Set
public:
property List<RestClientEndpointConfiguration^>^ Endpoint {
List<RestClientEndpointConfiguration^>^ get ();
void set (List<RestClientEndpointConfiguration^>^ value);
}member Endpoint : List<RestClientEndpointConfiguration> with get, set
Property Value
ListRestClientEndpointConfigurationThe endpoint.
See Also