<PackageReference Include="SSH.NET" Version="2016.1.0-beta4" />

NetConfClient

public class NetConfClient : BaseClient
Contains operation for working with NetConf server.
public bool AutomaticMessageIdHandling { get; set; }

Gets or sets a value indicating whether automatic message id handling is enabled.

Gets the NetConf client capabilities.

public TimeSpan OperationTimeout { get; set; }

Gets or sets the operation timeout.

Gets the NetConf server capabilities.

public NetConfClient(ConnectionInfo connectionInfo)

Initializes a new instance of the SftpClient class.

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

Initializes a new instance of the SftpClient class.

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

Initializes a new instance of the SftpClient class.

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

Initializes a new instance of the SftpClient class.

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

Initializes a new instance of the SftpClient class.

Sends the close RPC.

Sends the receive RPC.

public XmlDocument SendReceiveRpc(string xml)

Sends the receive RPC.