public static List <QNetworkProxy> SystemProxyForQuery(QNetworkProxyQuery query) { return((List <QNetworkProxy>)staticInterceptor.Invoke("systemProxyForQuery#", "systemProxyForQuery(const QNetworkProxyQuery&)", typeof(List <QNetworkProxy>), typeof(QNetworkProxyQuery), query)); }
public abstract List<QNetworkProxy> QueryProxy(QNetworkProxyQuery query);
public abstract List <QNetworkProxy> QueryProxy(QNetworkProxyQuery query);
public QNetworkProxyQuery(QNetworkProxyQuery other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QNetworkProxyQuery#", "QNetworkProxyQuery(const QNetworkProxyQuery&)", typeof(void), typeof(QNetworkProxyQuery), other); }
public static List<QNetworkProxy> SystemProxyForQuery(QNetworkProxyQuery query) { return (List<QNetworkProxy>) staticInterceptor.Invoke("systemProxyForQuery#", "systemProxyForQuery(const QNetworkProxyQuery&)", typeof(List<QNetworkProxy>), typeof(QNetworkProxyQuery), query); }
public QNetworkProxyQuery(QNetworkProxyQuery other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxyQuery#", "QNetworkProxyQuery(const QNetworkProxyQuery&)", typeof(void), typeof(QNetworkProxyQuery), other); }
public QNetworkProxyQuery(ushort bindPort, string protocolTag, QNetworkProxyQuery.QueryType queryType) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxyQuery$$$", "QNetworkProxyQuery(unsigned short, const QString&, QNetworkProxyQuery::QueryType)", typeof(void), typeof(ushort), bindPort, typeof(string), protocolTag, typeof(QNetworkProxyQuery.QueryType), queryType); }
public QNetworkProxyQuery(string hostname, int port, string protocolTag, QNetworkProxyQuery.QueryType queryType) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxyQuery$$$$", "QNetworkProxyQuery(const QString&, int, const QString&, QNetworkProxyQuery::QueryType)", typeof(void), typeof(string), hostname, typeof(int), port, typeof(string), protocolTag, typeof(QNetworkProxyQuery.QueryType), queryType); }
public QNetworkProxyQuery(QUrl requestUrl, QNetworkProxyQuery.QueryType queryType) : this((Type) null) { CreateProxy(); interceptor.Invoke("QNetworkProxyQuery#$", "QNetworkProxyQuery(const QUrl&, QNetworkProxyQuery::QueryType)", typeof(void), typeof(QUrl), requestUrl, typeof(QNetworkProxyQuery.QueryType), queryType); }
public void SetQueryType(QNetworkProxyQuery.QueryType type) { interceptor.Invoke("setQueryType$", "setQueryType(QNetworkProxyQuery::QueryType)", typeof(void), typeof(QNetworkProxyQuery.QueryType), type); }