Clarify dynamic port forwarding.

This commit is contained in:
drieseng
2016-04-03 16:12:42 +02:00
parent 92f8077ee3
commit 745f352e86
+2 -1
View File
@@ -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
{