Click or drag to resize

ServiceClientDescriptionConfiguration.Endpoint 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: List<ServiceClientEndpoint>
The endpoint.
See Also