| 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; }
Public Property ReuseConnections As Boolean
Get
Set
public:
property bool ReuseConnections {
bool get ();
void set (bool value);
}
member ReuseConnections : bool with 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