RequestMsg ClassNFX Class Library

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

This message is sent from client to server and contains contract type, method specification and invocation arguments which are either included as object[] if RequestAnyMsg is used or inlined in RequestMsg- typed derivative for speed to avoid boxing
Inheritance Hierarchy

OnlineSystem Object
  NFX.Glue.Protocol Msg
    NFX.Glue.Protocol RequestMsg
      NFX.Glue.Protocol RequestAnyMsg

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

[SerializableAttribute]
public abstract class RequestMsg : Msg
See Also