Click or drag to resize

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
)

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