Ejemplo n.º 1
0
 public createSocketRun(SharpSsh.java.net.Socket[] sockp, Exception[] ee, string _host, int _port)
 {
     this.sockp=sockp;
     this.ee=ee;
     this._host=_host;
     this._port=_port;
 }
Ejemplo n.º 2
0
 public SftpException(SharpSsh.jsch.ChannelSftp.ChannelSftpResult id, string message)
     : this((int)id, message)
 {
 }