DnsQuestion

DnsQuestion constructor (1 of 2)

public DnsQuestion(string query, QueryType questionType, QueryClass questionClass = QueryClass.IN)

See Also


DnsQuestion constructor (2 of 2)

public DnsQuestion(DnsString query, QueryType questionType, 
    QueryClass questionClass = QueryClass.IN)

See Also