Parcourir la source

Clarify dynamic port forwarding.

drieseng il y a 9 ans
Parent
commit
745f352e86
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/Renci.SshNet/ForwardedPortDynamic.cs

+ 2 - 1
src/Renci.SshNet/ForwardedPortDynamic.cs

@@ -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
     {