[This is preliminary documentation and is subject to change.]
Intercepts client call during dispatch and optionaly allows to change the RequestMsg
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
RequestMsg ClientDispatchCall(
ClientEndPoint endpoint,
RequestMsg request
)
RequestMsg ClientDispatchCall(
ClientEndPoint endpoint,
RequestMsg request
)
Function ClientDispatchCall (
endpoint As ClientEndPoint,
request As RequestMsg
) As RequestMsg
Function ClientDispatchCall (
endpoint As ClientEndPoint,
request As RequestMsg
) As RequestMsg
RequestMsg^ ClientDispatchCall(
ClientEndPoint^ endpoint,
RequestMsg^ request
)
RequestMsg^ ClientDispatchCall(
ClientEndPoint^ endpoint,
RequestMsg^ request
)
abstract ClientDispatchCall :
endpoint : ClientEndPoint *
request : RequestMsg -> RequestMsg
abstract ClientDispatchCall :
endpoint : ClientEndPoint *
request : RequestMsg -> RequestMsg
Return Value
Type:
RequestMsg