public class QDns: QObject, System.IDisposable
System.Object
QtSupport
QObject
QDnsThis type implements System.IDisposable.
Qt Namespace
QDns Constructors
QDns() Constructor
QDns(System.String, RecordType) Constructor
QDns(Qt.QHostAddress, RecordType) Constructor
QDns(System.String) Constructor
QDns(Qt.QHostAddress) Constructor
QDns(void *) Constructor
QDns Methods
QDns.CanonicalName Method
QDns.ConnectNotify Method
QDns.Finalize Method
QDns.HostNames Method
QDns.IsWorking Method
QDns.Label Method
QDns.QualifiedNames Method
QDns.SetLabel(System.String) Method
QDns.SetLabel(Qt.QHostAddress) Method
QDns.SetRecordType(RecordType) Method
QDns.SetRecordType() Method
QDns.Texts Method
QDns.TheRecordType Method
public void QDns();
Qt.QDns Class, Qt Namespace
public void QDns(System.String label, RecordType rr);
Qt.QDns Class, Qt Namespace
public void QDns(Qt.QHostAddress address, RecordType rr);
Qt.QDns Class, Qt Namespace
public void QDns(System.String label);
Qt.QDns Class, Qt Namespace
public void QDns(Qt.QHostAddress address);
Qt.QDns Class, Qt Namespace
public void QDns(void * ptr);
Qt.QDns Class, Qt Namespace
public System.String CanonicalName();
Qt.QDns Class, Qt Namespace
protected void ConnectNotify(System.String signal);
Qt.QDns Class, Qt Namespace
protected override void Finalize();
Qt.QDns Class, Qt Namespace
public Qt.QStringList HostNames();
Qt.QDns Class, Qt Namespace
public bool IsWorking();
Qt.QDns Class, Qt Namespace
public System.String Label();
Qt.QDns Class, Qt Namespace
public Qt.QStringList QualifiedNames();
Qt.QDns Class, Qt Namespace
public void SetLabel(System.String label);
Qt.QDns Class, Qt Namespace
public void SetLabel(Qt.QHostAddress address);
Qt.QDns Class, Qt Namespace
public void SetRecordType(RecordType rr);
Qt.QDns Class, Qt Namespace
public void SetRecordType();
Qt.QDns Class, Qt Namespace
public Qt.QStringList Texts();
Qt.QDns Class, Qt Namespace
public RecordType TheRecordType();
Qt.QDns Class, Qt Namespace