コード例 #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;
 }
コード例 #2
0
ファイル: SftpException.cs プロジェクト: x893/SharpSSH
 public SftpException(SharpSsh.jsch.ChannelSftp.ChannelSftpResult id, string message)
     : this((int)id, message)
 {
 }