Click or drag to resize

UpstreamEndpointMetadataUtilGetSupportedResources Method

Get all supported resource types on the specified serviceEndpoint

Namespace: SanteDB.Client.Upstream
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<string> GetSupportedResources(
	ServiceEndpointType serviceEndpoint
)

Parameters

serviceEndpoint  ServiceEndpointType

[Missing <param name="serviceEndpoint"/> documentation for "M:SanteDB.Client.Upstream.UpstreamEndpointMetadataUtil.GetSupportedResources(SanteDB.Core.Interop.ServiceEndpointType)"]

Return Value

IEnumerableString

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.UpstreamEndpointMetadataUtil.GetSupportedResources(SanteDB.Core.Interop.ServiceEndpointType)"]

See Also