Binding DumpMsg Method (Boolean, Msg,  Byte , Int32, Int32)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,
	byte[] buffer,
	int offset,
	int count
)

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
buffer
Type:  OnlineSystem Byte 
Message body
offset
Type: OnlineSystem Int32
Start index in buffer
count
Type: OnlineSystem Int32
Byte size of message body
See Also