We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d4f3d commit be314d2Copy full SHA for be314d2
Renci.SshClient/Renci.SshNet/Channels/Channel.cs
@@ -499,7 +499,7 @@ protected void SendMessage(ChannelDataMessage message)
499
/// Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
500
/// </summary>
501
/// <exception cref="InvalidOperationException">The channel is closed.</exception>
502
- internal void SendEof()
+ public void SendEof()
503
{
504
if (!IsOpen)
505
throw CreateChannelClosedException();
0 commit comments