Exemplo n.º 1
0
 /// <summary>
 /// Deep copy constructor. if need to copy the connection instance, you must call the Clone method. its sub
 /// class inherit from this, and need to provide more features.
 /// </summary>
 protected SmbClientOpen(SmbClientOpen open)
     : base(open)
 {
     this.treeconnect = open.treeconnect;
     this.session     = open.session;
 }
 /// <summary>
 /// Deep copy constructor. if need to copy the connection instance, you must call the Clone method. its sub 
 /// class inherit from this, and need to provide more features. 
 /// </summary>
 protected SmbClientOpen(SmbClientOpen open)
     : base(open)
 {
     this.treeconnect = open.treeconnect;
     this.session = open.session;
 }