示例#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);
 }