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

NetConfClient

public class NetConfClient : BaseClient
public bool AutomaticMessageIdHandling { get; set; }

public TimeSpan OperationTimeout { get; set; }

public NetConfClient(ConnectionInfo connectionInfo)

public NetConfClient(string host, int port, string username, string password)

public NetConfClient(string host, string username, string password)

public NetConfClient(string host, int port, string username, IPrivateKeySource[] keyFiles)

public NetConfClient(string host, string username, IPrivateKeySource[] keyFiles)

public XmlDocument SendReceiveRpc(string xml)