@@ -54,7 +54,7 @@ internal INetConfSession NetConfSession
54
54
#region Constructors
55
55
56
56
/// <summary>
57
- /// Initializes a new instance of the <see cref="SftpClient "/> class.
57
+ /// Initializes a new instance of the <see cref="NetConfClient "/> class.
58
58
/// </summary>
59
59
/// <param name="connectionInfo">The connection info.</param>
60
60
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
@@ -64,7 +64,7 @@ public NetConfClient(ConnectionInfo connectionInfo)
64
64
}
65
65
66
66
/// <summary>
67
- /// Initializes a new instance of the <see cref="SftpClient "/> class.
67
+ /// Initializes a new instance of the <see cref="NetConfClient "/> class.
68
68
/// </summary>
69
69
/// <param name="host">Connection host.</param>
70
70
/// <param name="port">Connection port.</param>
@@ -80,7 +80,7 @@ public NetConfClient(string host, int port, string username, string password)
80
80
}
81
81
82
82
/// <summary>
83
- /// Initializes a new instance of the <see cref="SftpClient "/> class.
83
+ /// Initializes a new instance of the <see cref="NetConfClient "/> class.
84
84
/// </summary>
85
85
/// <param name="host">Connection host.</param>
86
86
/// <param name="username">Authentication username.</param>
@@ -93,7 +93,7 @@ public NetConfClient(string host, string username, string password)
93
93
}
94
94
95
95
/// <summary>
96
- /// Initializes a new instance of the <see cref="SftpClient "/> class.
96
+ /// Initializes a new instance of the <see cref="NetConfClient "/> class.
97
97
/// </summary>
98
98
/// <param name="host">Connection host.</param>
99
99
/// <param name="port">Connection port.</param>
@@ -109,7 +109,7 @@ public NetConfClient(string host, int port, string username, params PrivateKeyFi
109
109
}
110
110
111
111
/// <summary>
112
- /// Initializes a new instance of the <see cref="SftpClient "/> class.
112
+ /// Initializes a new instance of the <see cref="NetConfClient "/> class.
113
113
/// </summary>
114
114
/// <param name="host">Connection host.</param>
115
115
/// <param name="username">Authentication username.</param>
0 commit comments