| ServiceThrottlingEndpointBehaviorBeforeSendResponse Method |
Before sending a response
Namespace:
SanteDB.Rest.Common.Behavior
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public void BeforeSendResponse(
RestResponseMessage response
)
Public Sub BeforeSendResponse (
response As RestResponseMessage
)
public:
virtual void BeforeSendResponse(
RestResponseMessage^ response
) sealed
abstract BeforeSendResponse :
response : RestResponseMessage -> unit
override BeforeSendResponse :
response : RestResponseMessage -> unit
Parameters
- response
- Type: RestSrvr.MessageRestResponseMessage
[Missing <param name="response"/> documentation for "M:SanteDB.Rest.Common.Behavior.ServiceThrottlingEndpointBehavior.BeforeSendResponse(RestSrvr.Message.RestResponseMessage)"]
Implements
IMessageInspectorBeforeSendResponse(RestResponseMessage)See Also