TorCtrl
A Tor control connection
Issuance of TorCmd.Signal.Halt or TorCmd.Signal.Shutdown will interrupt all enqueued jobs (if any) and then automatically destroy itself when the underlying connection closes itself.
See also
A Tor control connection
Issuance of TorCmd.Signal.Halt or TorCmd.Signal.Shutdown will interrupt all enqueued jobs (if any) and then automatically destroy itself when the underlying connection closes itself.
See also
A Tor control connection
Issuance of TorCmd.Signal.Halt or TorCmd.Signal.Shutdown will interrupt all enqueued jobs (if any) and then automatically destroy itself when the underlying connection closes itself.
See also
Types
A factory class for connecting to tor via its control listener.
A factory class for connecting to tor via its control listener.
A factory class for connecting to tor via its control listener.
Functions
Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.
Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.
Immediately disconnects from the control listener resulting in interruption of all EnqueuedJob, and invocation of all handles registered via invokeOnDestroy.
Register a handle to be invoked when this TorCtrl instance is destroyed. If handle is already registered, Disposable.noOp is returned.
Register a handle to be invoked when this TorCtrl instance is destroyed. If handle is already registered, Disposable.noOp is returned.
Register a handle to be invoked when this TorCtrl instance is destroyed. If handle is already registered, Disposable.noOp is returned.