|
@@ -54,7 +54,7 @@ namespace Renci.SshNet
|
|
|
#region Constructors
|
|
#region Constructors
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// Initializes a new instance of the <see cref="SftpClient"/> class.
|
|
|
|
|
|
|
+ /// Initializes a new instance of the <see cref="NetConfClient"/> class.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="connectionInfo">The connection info.</param>
|
|
/// <param name="connectionInfo">The connection info.</param>
|
|
|
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
|
|
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
|
|
@@ -64,7 +64,7 @@ namespace Renci.SshNet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// Initializes a new instance of the <see cref="SftpClient"/> class.
|
|
|
|
|
|
|
+ /// Initializes a new instance of the <see cref="NetConfClient"/> class.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="host">Connection host.</param>
|
|
/// <param name="host">Connection host.</param>
|
|
|
/// <param name="port">Connection port.</param>
|
|
/// <param name="port">Connection port.</param>
|
|
@@ -80,7 +80,7 @@ namespace Renci.SshNet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// Initializes a new instance of the <see cref="SftpClient"/> class.
|
|
|
|
|
|
|
+ /// Initializes a new instance of the <see cref="NetConfClient"/> class.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="host">Connection host.</param>
|
|
/// <param name="host">Connection host.</param>
|
|
|
/// <param name="username">Authentication username.</param>
|
|
/// <param name="username">Authentication username.</param>
|
|
@@ -93,7 +93,7 @@ namespace Renci.SshNet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// Initializes a new instance of the <see cref="SftpClient"/> class.
|
|
|
|
|
|
|
+ /// Initializes a new instance of the <see cref="NetConfClient"/> class.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="host">Connection host.</param>
|
|
/// <param name="host">Connection host.</param>
|
|
|
/// <param name="port">Connection port.</param>
|
|
/// <param name="port">Connection port.</param>
|
|
@@ -109,7 +109,7 @@ namespace Renci.SshNet
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// Initializes a new instance of the <see cref="SftpClient"/> class.
|
|
|
|
|
|
|
+ /// Initializes a new instance of the <see cref="NetConfClient"/> class.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="host">Connection host.</param>
|
|
/// <param name="host">Connection host.</param>
|
|
|
/// <param name="username">Authentication username.</param>
|
|
/// <param name="username">Authentication username.</param>
|