Click or drag to resize

BasicAuthorizationAccessBehaviorApplyServiceBehavior Method

Apply the service behavior

Namespace:  SanteDB.Rest.Common.Security
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public void ApplyServiceBehavior(
	RestService service,
	ServiceDispatcher dispatcher
)

Parameters

service
Type: RestSrvrRestService

[Missing <param name="service"/> documentation for "M:SanteDB.Rest.Common.Security.BasicAuthorizationAccessBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]

dispatcher
Type: RestSrvrServiceDispatcher

[Missing <param name="dispatcher"/> documentation for "M:SanteDB.Rest.Common.Security.BasicAuthorizationAccessBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]

Implements

IServiceBehaviorApplyServiceBehavior(RestService, ServiceDispatcher)
See Also