|  | @@ -1992,8 +1992,6 @@ namespace Renci.SshNet
 | 
											
												
													
														|  |                          // * a call to Disconnect()
 |  |                          // * a call to Disconnect()
 | 
											
												
													
														|  |                          // * a call to Dispose()
 |  |                          // * a call to Dispose()
 | 
											
												
													
														|  |                          // * a SSH_MSG_DISCONNECT received from server
 |  |                          // * a SSH_MSG_DISCONNECT received from server
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -                        Console.WriteLine("B");
 |  | 
 | 
											
												
													
														|  |                          break;
 |  |                          break;
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -2002,7 +2000,6 @@ namespace Renci.SshNet
 | 
											
												
													
														|  |                      {
 |  |                      {
 | 
											
												
													
														|  |                          // connection with SSH server was closed;
 |  |                          // connection with SSH server was closed;
 | 
											
												
													
														|  |                          // break out of the message loop
 |  |                          // break out of the message loop
 | 
											
												
													
														|  | -                        Console.WriteLine("C");
 |  | 
 | 
											
												
													
														|  |                          break;
 |  |                          break;
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -2010,8 +2007,6 @@ namespace Renci.SshNet
 | 
											
												
													
														|  |                      message.Process(this);
 |  |                      message.Process(this);
 | 
											
												
													
														|  |                  }
 |  |                  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -                Console.WriteLine("D");
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |                  // connection with SSH server was closed or socket was disposed
 |  |                  // connection with SSH server was closed or socket was disposed
 | 
											
												
													
														|  |                  RaiseError(CreateConnectionAbortedByServerException());
 |  |                  RaiseError(CreateConnectionAbortedByServerException());
 | 
											
												
													
														|  |              }
 |  |              }
 |