forwardReuseEventArguments Property    Table of ContentReuseOutgoingMessage Property forward
Session.ReuseIncomingMessage Property
Option which enables reusing of an incoming message by Session (By default,it is disabled). If turns on, client's code should not dispose incoming messages and must copy message for using outside of inbound callbacks.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public virtual bool ReuseIncomingMessage { get; set; }

Property Value

Type: Boolean

Implements

ISession.ReuseIncomingMessage
See Also