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; }
public SftpException(SharpSsh.jsch.ChannelSftp.ChannelSftpResult id, string message) : this((int)id, message) { }