endpointReference static method

XmlDocumentFragment endpointReference()

XML for the endpointReference

Implementation

static XmlDocumentFragment endpointReference() => Transport.quickTag(
      'GetEndpointReference',
      Xmlns.tds,
    );