WriteContentsTo Method
Collapse the table of content
Expand the table of content

EndpointAddress.WriteContentsTo Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Saves all the child nodes of the node to the XML dictionary writer specified.

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

'Declaration
Public Sub WriteContentsTo ( _
	addressingVersion As AddressingVersion, _
	writer As XmlDictionaryWriter _
)

Parameters

addressingVersion
Type: System.ServiceModel.Channels.AddressingVersion
The AddressingVersion of the current endpoint address.
writer
Type: System.Xml.XmlDictionaryWriter
The XmlDictionaryWriter to which the endpoint address is saved.

ExceptionCondition
ArgumentNullException

writer or addressingVersion is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft