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