Click or drag to resize

WebCachingBehaviorBeforeSendResponse Method

Called before sending the response

Namespace: SanteDB.Rest.WWW.Behaviors
Assembly: SanteDB.Rest.WWW (in SanteDB.Rest.WWW.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public void BeforeSendResponse(
	RestResponseMessage response
)

Parameters

response  RestResponseMessage

[Missing <param name="response"/> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebCachingBehavior.BeforeSendResponse(RestSrvr.Message.RestResponseMessage)"]

Implements

IMessageInspectorBeforeSendResponse(RestResponseMessage)
See Also