 | TcpChannelConfigurationElementReuseConnections Property |
Gets or sets a value indicating whether the TCP output channel keeps the connections to the receiving stage open.
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
Boolean if the connections are kept open;
if a new connection is made for each segment.
The default value is
.
See Also