Click or drag to resize
BroccoliSharp BroConnectionReconnect Method
Drops the current connection and reconnects, reusing all settings.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public void Reconnect()
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot reconnect, BroConnection is disposed.
InvalidOperationExceptionFailed to reconnect to host.
See Also