Binding DumpMsg Method (Boolean, Msg, ArraySegment Byte )NFX Class Library

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

Conditionally dumps message to disk

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

protected internal void DumpMsg(
	bool server,
	Msg msg,
	ArraySegment<byte> data
)

Parameters

server
Type: OnlineSystem Boolean
True for server-side message
msg
Type: NFX.Glue.Protocol Msg
Message that was deserialized/serialized. If null then error happened while deserializing
data
Type: OnlineSystem ArraySegment OnlineByte 
Data
See Also