Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EndpointAddress::ReadFrom Method

 

Reads an endpoint address from a specified XML reader.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticReadFrom(AddressingVersion^, XmlDictionaryReader^)

Reads an endpoint address for a specified address version from a specified XML dictionary reader.

System_CAPS_pubmethodSystem_CAPS_staticReadFrom(AddressingVersion^, XmlDictionaryReader^, XmlDictionaryString^, XmlDictionaryString^)

Reads an endpoint address for a specified address version with a specified qualified name from a specified XML dictionary reader.

System_CAPS_pubmethodSystem_CAPS_staticReadFrom(AddressingVersion^, XmlReader^)

Reads an endpoint address for a specified address version from a specified XML reader.

System_CAPS_pubmethodSystem_CAPS_staticReadFrom(AddressingVersion^, XmlReader^, String^, String^)

Reads an endpoint address for a specified address version with a specified qualified name from a specified XML reader.

System_CAPS_pubmethodSystem_CAPS_staticReadFrom(XmlDictionaryReader^)

Reads an endpoint address from a specified XML dictionary reader.

System_CAPS_pubmethodSystem_CAPS_staticReadFrom(XmlDictionaryReader^, XmlDictionaryString^, XmlDictionaryString^)

Reads an endpoint address with a specified qualified name from a specified XML dictionary reader.

Return to top
Show:
© 2017 Microsoft