public void SetProxy(QNetworkProxy proxy) { interceptor.Invoke("setProxy#", "setProxy(const QNetworkProxy&)", typeof(void), typeof(QNetworkProxy), proxy); }
public QNetworkProxy(QNetworkProxy.ProxyType type) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxy$", "QNetworkProxy(QNetworkProxy::ProxyType)", typeof(void), typeof(QNetworkProxy.ProxyType), type); }
public QNetworkProxy(QNetworkProxy other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxy#", "QNetworkProxy(const QNetworkProxy&)", typeof(void), typeof(QNetworkProxy), other); }
public QNetworkProxy(QNetworkProxy.ProxyType type, string hostName, ushort port) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxy$$$", "QNetworkProxy(QNetworkProxy::ProxyType, const QString&, unsigned short)", typeof(void), typeof(QNetworkProxy.ProxyType), type, typeof(string), hostName, typeof(ushort), port); }
public QNetworkProxy(QNetworkProxy.ProxyType type, string hostName) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxy$$", "QNetworkProxy(QNetworkProxy::ProxyType, const QString&)", typeof(void), typeof(QNetworkProxy.ProxyType), type, typeof(string), hostName); }
public static void SetApplicationProxy(QNetworkProxy proxy) { staticInterceptor.Invoke("setApplicationProxy#", "setApplicationProxy(const QNetworkProxy&)", typeof(void), typeof(QNetworkProxy), proxy); }
public void SetType(QNetworkProxy.ProxyType type) { interceptor.Invoke("setType$", "setType(QNetworkProxy::ProxyType)", typeof(void), typeof(QNetworkProxy.ProxyType), type); }
public QNetworkProxy(QNetworkProxy other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QNetworkProxy#", "QNetworkProxy(const QNetworkProxy&)", typeof(void), typeof(QNetworkProxy), other); }
public int SetProxy(QNetworkProxy proxy) { return((int)interceptor.Invoke("setProxy#", "setProxy(const QNetworkProxy&)", typeof(int), typeof(QNetworkProxy), proxy)); }
public int SetProxy(QNetworkProxy proxy) { return (int) interceptor.Invoke("setProxy#", "setProxy(const QNetworkProxy&)", typeof(int), typeof(QNetworkProxy), proxy); }