Qt.QDns Class

public class QDns: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QDns

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QDns() Constructor

public void QDns();

See Also

Qt.QDns Class, Qt Namespace

QDns(System.String, RecordType) Constructor

public void QDns(System.String label, RecordType rr);

See Also

Qt.QDns Class, Qt Namespace

QDns(Qt.QHostAddress, RecordType) Constructor

public void QDns(Qt.QHostAddress address, RecordType rr);

See Also

Qt.QDns Class, Qt Namespace

QDns(System.String) Constructor

public void QDns(System.String label);

See Also

Qt.QDns Class, Qt Namespace

QDns(Qt.QHostAddress) Constructor

public void QDns(Qt.QHostAddress address);

See Also

Qt.QDns Class, Qt Namespace

QDns(void *) Constructor

public void QDns(void * ptr);

See Also

Qt.QDns Class, Qt Namespace

QDns.CanonicalName Method

public System.String CanonicalName();

See Also

Qt.QDns Class, Qt Namespace

QDns.ConnectNotify Method

protected void ConnectNotify(System.String signal);

See Also

Qt.QDns Class, Qt Namespace

QDns.Finalize Method

protected override void Finalize();

See Also

Qt.QDns Class, Qt Namespace

QDns.HostNames Method

public Qt.QStringList HostNames();

See Also

Qt.QDns Class, Qt Namespace

QDns.IsWorking Method

public bool IsWorking();

See Also

Qt.QDns Class, Qt Namespace

QDns.Label Method

public System.String Label();

See Also

Qt.QDns Class, Qt Namespace

QDns.QualifiedNames Method

public Qt.QStringList QualifiedNames();

See Also

Qt.QDns Class, Qt Namespace

QDns.SetLabel(System.String) Method

public void SetLabel(System.String label);

See Also

Qt.QDns Class, Qt Namespace

QDns.SetLabel(Qt.QHostAddress) Method

public void SetLabel(Qt.QHostAddress address);

See Also

Qt.QDns Class, Qt Namespace

QDns.SetRecordType(RecordType) Method

public void SetRecordType(RecordType rr);

See Also

Qt.QDns Class, Qt Namespace

QDns.SetRecordType() Method

public void SetRecordType();

See Also

Qt.QDns Class, Qt Namespace

QDns.Texts Method

public Qt.QStringList Texts();

See Also

Qt.QDns Class, Qt Namespace

QDns.TheRecordType Method

public RecordType TheRecordType();

See Also

Qt.QDns Class, Qt Namespace