IServerMsgInspector ServerReturnResponse Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Intercepts ResponseMsg generated by server before it is sent to client and optionaly allows to change it

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

ResponseMsg ServerReturnResponse(
	ServerEndPoint endpoint,
	RequestMsg request,
	ResponseMsg response
)

Return Value

Type: ResponseMsg
See Also