소스 검색

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.
         /// </summary>
         /// <exception cref="InvalidOperationException">The channel is closed.</exception>
-        internal void SendEof()
+        public void SendEof()
         {
             if (!IsOpen)
                 throw CreateChannelClosedException();