The Maverick.NET SSH API

ActiveTunnel Class

This class represents a single active connection for any type of forwarding.

For a list of all members of this type, see ActiveTunnel Members.

System.Object
   Maverick.Forwarding.ActiveTunnel

[Visual Basic]
Public Class ActiveTunnel
[C#]
public class ActiveTunnel

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An active tunnel is created when a forwarded connection is started. Its job is to transfer the data from the original request to the forwarded destination. You can stop the tunnel at anytime however this may cause unexpected results.

Requirements

Namespace: Maverick.Forwarding

Assembly: Maverick.NET (in Maverick.NET.dll)

See Also

ActiveTunnel Members | Maverick.Forwarding Namespace