networkProtocols static method
XML for the networkProtocols
Implementation
static XmlDocumentFragment networkProtocols() {
Transport.builder.element('GetNetworkProtocols', nest: () {
Transport.builder.namespace(Xmlns.tds);
});
return Transport.builder.buildFragment();
}