KeyExchange
Represents base class for different key exchange algorithm implementations.
using Renci.SshNet.Common;
using Renci.SshNet.Common;
namespace Renci.SshNet.Sftp.Responses
{
internal abstract class ExtendedReplyInfo
{
public abstract void LoadData(SshDataStream stream);
}
}