EndpointAddress.ReadFrom Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Reads an endpoint address for a specified address version from a specified XML dictionary reader.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Shared Function ReadFrom ( _
addressingVersion As AddressingVersion, _
reader As XmlDictionaryReader _
) As EndpointAddress
public static EndpointAddress ReadFrom(
AddressingVersion addressingVersion,
XmlDictionaryReader reader
)
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.EndpointAddress
The EndpointAddress of the specified version read from the XML reader.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.