浏览代码

Fix build.

Gert Driesen 11 年之前
父节点
当前提交
be314d209e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
         /// Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
         /// </summary>
         /// </summary>
         /// <exception cref="InvalidOperationException">The channel is closed.</exception>
         /// <exception cref="InvalidOperationException">The channel is closed.</exception>
-        internal void SendEof()
+        public void SendEof()
         {
         {
             if (!IsOpen)
             if (!IsOpen)
                 throw CreateChannelClosedException();
                 throw CreateChannelClosedException();