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

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, PrivateKeyFile[] keyFiles)

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

public XmlDocument SendReceiveRpc(string xml)