<PackageReference Include="SSH.NET" Version="2026.0.0" />

Renci.SshNet.Common.PortForwardEventArgs

public sealed class PortForwardEventArgs : EventArgs
namespace Renci.SshNet.Common { public sealed class PortForwardEventArgs : EventArgs { public string OriginatorHost { get; } public uint OriginatorPort { get; } } }