<PackageReference Include="SSH.NET" Version="2025.1.0" />

Renci.SshNet.NetConf.NetConfSession

namespace Renci.SshNet.NetConf { internal sealed class NetConfSession : SubsystemSession, INetConfSession, ISubsystemSession, IDisposable { public XmlDocument ServerCapabilities { get; } public XmlDocument ClientCapabilities { get; } public NetConfSession(ISession session, int operationTimeout); public XmlDocument SendReceiveRpc(XmlDocument rpc, bool automaticMessageIdHandling); } }