[This is preliminary documentation and is subject to change.]
Conditionally dumps message to disk
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- server
- Type:
System Boolean
True for server-side message
- msg
- Type: NFX.Glue.Protocol Msg
Message that was deserialized/serialized. If null then error happened while deserializing
- buffer
- Type:
System Byte
Message body
- offset
- Type:
System Int32
Start index in buffer
- count
- Type:
System Int32
Byte size of message body
See Also