Interface IServerMsgInspector
Inspects messages on the server side. ServerInspectors may be registered on ServerEndPoint, Binding or Glue levels
Assembly: NFX.dll
Syntax
public interface IServerMsgInspector : IMsgInspector, INamed, IOrdered, IConfigurable
Methods
ServerDispatchRequest(ServerEndPoint, RequestMsg)
Intercepts RequestMsg that arrived from particular ServerEndPoint and optionaly allows to change it
Declaration
RequestMsg ServerDispatchRequest(ServerEndPoint endpoint, RequestMsg request)
Parameters
Returns
ServerReturnResponse(ServerEndPoint, RequestMsg, ResponseMsg)
Intercepts ResponseMsg generated by server before it is sent to client and optionaly allows to change it
Declaration
ResponseMsg ServerReturnResponse(ServerEndPoint endpoint, RequestMsg request, ResponseMsg response)
Parameters
Returns
Extension Methods