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: 2.0.0
Syntax
public bool ReuseConnections { get; set; }

Property Value

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