Renci.SshNet.Common.PortForwardEventArgs
Provides data for RequestReceived event.
namespace Renci.SshNet.Common
{
public class PortForwardEventArgs : EventArgs
{
public string OriginatorHost { get; }
public uint OriginatorPort { get; }
}
}