| TokenAuthorizationAccessBehaviorApplyServiceBehavior 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
)
Public Sub ApplyServiceBehavior (
service As RestService,
dispatcher As ServiceDispatcher
)
public:
virtual void ApplyServiceBehavior(
RestService^ service,
ServiceDispatcher^ dispatcher
) sealed
abstract ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
override ApplyServiceBehavior :
service : RestService *
dispatcher : ServiceDispatcher -> unit
Parameters
- service
- Type: RestSrvrRestService
[Missing <param name="service"/> documentation for "M:SanteDB.Rest.Common.Security.TokenAuthorizationAccessBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
- dispatcher
- Type: RestSrvrServiceDispatcher
[Missing <param name="dispatcher"/> documentation for "M:SanteDB.Rest.Common.Security.TokenAuthorizationAccessBehavior.ApplyServiceBehavior(RestSrvr.RestService,RestSrvr.ServiceDispatcher)"]
Implements
IServiceBehaviorApplyServiceBehavior(RestService, ServiceDispatcher)See Also