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

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].

Gets NetConf client capabilities.

public TimeSpan OperationTimeout { get; set; }

Gets or sets the operation timeout.

Gets 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.