ReadFrom Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel
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.EndpointAddress
The EndpointAddress of the specified version read from the XML reader.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft