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