Interface IClientMsgInspector
Inspects messages on the client side. ClientInspectors may be registered on ClientEndPoint, Binding or Glue levels
Assembly: NFX.dll
Syntax
public interface IClientMsgInspector : IMsgInspector, INamed, IOrdered, IConfigurable
Methods
ClientDeliverResponse(CallSlot, ResponseMsg)
Intercepts server response message before it arrives into CallSlot and optionaly allows to change it
Declaration
ResponseMsg ClientDeliverResponse(CallSlot callSlot, ResponseMsg response)
Parameters
Returns
ClientDispatchCall(ClientEndPoint, RequestMsg)
Intercepts client call during dispatch and optionaly allows to change the RequestMsg
Declaration
RequestMsg ClientDispatchCall(ClientEndPoint endpoint, RequestMsg request)
Parameters
Returns
Extension Methods