 | UpstreamServiceBaseRestClientFactory Property |
Get the upstream client factory
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxprotected IRestClientFactory RestClientFactory { get; }Protected ReadOnly Property RestClientFactory As IRestClientFactory
Get
protected:
property IRestClientFactory^ RestClientFactory {
IRestClientFactory^ get ();
}member RestClientFactory : IRestClientFactory with get
Property Value
IRestClientFactory
See Also