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); }
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); }
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); }