コード例 #1
0
ファイル: QHttp.cs プロジェクト: micro-chen/qyoto
 public int SetSocket(QTcpSocket socket)
 {
     return((int)interceptor.Invoke("setSocket#", "setSocket(QTcpSocket*)", typeof(int), typeof(QTcpSocket), socket));
 }
コード例 #2
0
ファイル: QHttp.cs プロジェクト: KDE/qyoto
 public int SetSocket(QTcpSocket socket)
 {
     return (int) interceptor.Invoke("setSocket#", "setSocket(QTcpSocket*)", typeof(int), typeof(QTcpSocket), socket);
 }