networkProtocols static method

XmlDocumentFragment networkProtocols()

XML for the networkProtocols

Implementation

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

  return Transport.builder.buildFragment();
}