Click or drag to resize

ServiceClientDescriptionConfigurationEndpoint Property

The endpoints of the client

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public List<ServiceClientEndpoint> Endpoint { get; set; }

Property Value

Type: ListServiceClientEndpoint
The endpoint.
See Also