| MessageCompressionEndpointBehaviorApplyEndpointBehavior Method |
Apply endpoint behavior
Namespace:
SanteDB.Rest.Common.Behavior
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public void ApplyEndpointBehavior(
ServiceEndpoint endpoint,
EndpointDispatcher dispatcher
)
Public Sub ApplyEndpointBehavior (
endpoint As ServiceEndpoint,
dispatcher As EndpointDispatcher
)
public:
virtual void ApplyEndpointBehavior(
ServiceEndpoint^ endpoint,
EndpointDispatcher^ dispatcher
) sealed
abstract ApplyEndpointBehavior :
endpoint : ServiceEndpoint *
dispatcher : EndpointDispatcher -> unit
override ApplyEndpointBehavior :
endpoint : ServiceEndpoint *
dispatcher : EndpointDispatcher -> unit
Parameters
- endpoint
- Type: RestSrvrServiceEndpoint
[Missing <param name="endpoint"/> documentation for "M:SanteDB.Rest.Common.Behavior.MessageCompressionEndpointBehavior.ApplyEndpointBehavior(RestSrvr.ServiceEndpoint,RestSrvr.EndpointDispatcher)"]
- dispatcher
- Type: RestSrvrEndpointDispatcher
[Missing <param name="dispatcher"/> documentation for "M:SanteDB.Rest.Common.Behavior.MessageCompressionEndpointBehavior.ApplyEndpointBehavior(RestSrvr.ServiceEndpoint,RestSrvr.EndpointDispatcher)"]
Implements
IEndpointBehaviorApplyEndpointBehavior(ServiceEndpoint, EndpointDispatcher)See Also