示例#1
0
文件: QHttp.cs 项目: micro-chen/qyoto
 public QHttp(string hostname, QHttp.ConnectionMode mode, ushort port, QObject parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QHttp$$$#", "QHttp(const QString&, QHttp::ConnectionMode, unsigned short, QObject*)", typeof(void), typeof(string), hostname, typeof(QHttp.ConnectionMode), mode, typeof(ushort), port, typeof(QObject), parent);
 }
示例#2
0
文件: QHttp.cs 项目: micro-chen/qyoto
 public QHttp(string hostname, QHttp.ConnectionMode mode) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QHttp$$", "QHttp(const QString&, QHttp::ConnectionMode)", typeof(void), typeof(string), hostname, typeof(QHttp.ConnectionMode), mode);
 }
示例#3
0
文件: QHttp.cs 项目: micro-chen/qyoto
 public int SetHost(string hostname, QHttp.ConnectionMode mode)
 {
     return((int)interceptor.Invoke("setHost$$", "setHost(const QString&, QHttp::ConnectionMode)", typeof(int), typeof(string), hostname, typeof(QHttp.ConnectionMode), mode));
 }