Gert Driesen 11 lat temu
rodzic
commit
be314d209e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Renci.SshClient/Renci.SshNet/Channels/Channel.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/Channels/Channel.cs

@@ -499,7 +499,7 @@ namespace Renci.SshNet.Channels
         /// Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
         /// </summary>
         /// <exception cref="InvalidOperationException">The channel is closed.</exception>
-        internal void SendEof()
+        public void SendEof()
         {
             if (!IsOpen)
                 throw CreateChannelClosedException();