EndpointAddress.ReadFrom Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads an endpoint address for a specified address version from a specified XML dictionary reader.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Public Shared Function ReadFrom ( _ addressingVersion As AddressingVersion, _ reader As XmlDictionaryReader _ ) As EndpointAddress
Parameters
- addressingVersion
- Type: System.ServiceModel.Channels.AddressingVersion
The AddressingVersion of the current endpoint address.
- reader
- Type: System.Xml.XmlDictionaryReader
The XmlDictionaryReader from which the endpoint address is obtained.
Return Value
Type: System.ServiceModel.EndpointAddressThe EndpointAddress of the specified version read from the XML reader.
Show: