Renci.SshNet.NetConf.INetConfSession
namespace Renci.SshNet.NetConf
{
internal interface INetConfSession : ISubsystemSession, IDisposable
{
XmlDocument ServerCapabilities { get; }
XmlDocument ClientCapabilities { get; }
XmlDocument SendReceiveRpc(XmlDocument rpc, bool automaticMessageIdHandling);
}
}