[This is preliminary documentation and is subject to change.]
Intercepts RequestMsg that arrived from particular ServerEndPoint and optionaly allows to change it
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
RequestMsg ServerDispatchRequest(
ServerEndPoint endpoint,
RequestMsg request
)
RequestMsg ServerDispatchRequest(
ServerEndPoint endpoint,
RequestMsg request
)
Function ServerDispatchRequest (
endpoint As ServerEndPoint,
request As RequestMsg
) As RequestMsg
Function ServerDispatchRequest (
endpoint As ServerEndPoint,
request As RequestMsg
) As RequestMsg
RequestMsg^ ServerDispatchRequest(
ServerEndPoint^ endpoint,
RequestMsg^ request
)
RequestMsg^ ServerDispatchRequest(
ServerEndPoint^ endpoint,
RequestMsg^ request
)
abstract ServerDispatchRequest :
endpoint : ServerEndPoint *
request : RequestMsg -> RequestMsg
abstract ServerDispatchRequest :
endpoint : ServerEndPoint *
request : RequestMsg -> RequestMsg
Return Value
Type:
RequestMsg