dns static method

XmlDocumentFragment dns()

Implementation

static XmlDocumentFragment dns() {
  Transport.builder.element('GetDNS', nest: () {
    Transport.builder.namespace(Xmlns.tds);
  });

  return Transport.builder.buildFragment();
}