mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
Clarify dynamic port forwarding.
This commit is contained in:
@@ -4,7 +4,8 @@ using System.Threading;
|
||||
namespace Renci.SshNet
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides functionality for dynamic port forwarding
|
||||
/// Provides functionality for forwarding connections from the client to destination servers via the SSH server,
|
||||
/// also known as dynamic port forwarding.
|
||||
/// </summary>
|
||||
public partial class ForwardedPortDynamic : ForwardedPort
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user