getNetworkProtocols static method

XmlDocumentFragment getNetworkProtocols()

XML for the getNetworkProtocols

Implementation

static XmlDocumentFragment getNetworkProtocols() => Transport.quickTag(
      'GetNetworkProtocols',
      Xmlns.tds,
    );