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.481-alpha
Syntax
public void AddEndpointProvider(
	Func<RemoteEndpointInfo> provider
)

Parameters

provider
Type: SystemFuncRemoteEndpointInfo

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

See Also