Click or drag to resize

TcpChannelConfigurationElementReuseConnections Property

Gets or sets a value indicating whether the TCP output channel keeps the connections to the receiving stage open.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool ReuseConnections { get; set; }

Property Value

Boolean
if the connections are kept open; if a new connection is made for each segment. The default value is .
See Also