Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FtpSessionHandle"/> class.
 /// </summary>
 /// <param name="ftpSession">The FTP session.</param>
 internal FtpSessionHandle(FtpSession ftpSession)
 {
     Session = ftpSession;
     Session.AddReference();
 }