 | WebCachingBehaviorBeforeSendResponse Method |
Called before sending the response
Namespace: SanteDB.Rest.WWW.BehaviorsAssembly: SanteDB.Rest.WWW (in SanteDB.Rest.WWW.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic 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 RestResponseMessage
[Missing <param name="response"/> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebCachingBehavior.BeforeSendResponse(RestSrvr.Message.RestResponseMessage)"]
Implements
IMessageInspectorBeforeSendResponse(RestResponseMessage)
See Also