Skip to content

Commit be314d2

Browse files
committed
Fix build.
1 parent 38d4f3d commit be314d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Renci.SshClient/Renci.SshNet/Channels/Channel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ protected void SendMessage(ChannelDataMessage message)
499499
/// Sends a SSH_MSG_CHANNEL_EOF message to the remote server.
500500
/// </summary>
501501
/// <exception cref="InvalidOperationException">The channel is closed.</exception>
502-
internal void SendEof()
502+
public void SendEof()
503503
{
504504
if (!IsOpen)
505505
throw CreateChannelClosedException();

0 commit comments

Comments
 (0)