コード例 #1
0
 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);
 }
コード例 #2
0
 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);
 }
コード例 #3
0
 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);
 }
コード例 #4
0
 public void SetQueryType(QNetworkProxyQuery.QueryType type)
 {
     interceptor.Invoke("setQueryType$", "setQueryType(QNetworkProxyQuery::QueryType)", typeof(void), typeof(QNetworkProxyQuery.QueryType), type);
 }