Click or drag to resize

RemoteEndpointUtilAddEndpointProvider Method

Adds a provider to this service which, when the function returns a value, indicates the channel is being used

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public void AddEndpointProvider(
	Func<RemoteEndpointInfo> provider
)

Parameters

provider  FuncRemoteEndpointInfo

[Missing <param name="provider"/> documentation for "M:SanteDB.Core.Security.RemoteEndpointUtil.AddEndpointProvider(System.Func{SanteDB.Core.Security.RemoteEndpointInfo})"]

See Also