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::WriteTo Method

 

Saves the current endpoint address of a specified version to an XML writer or an XML dictionary writer.

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

NameDescription
System_CAPS_pubmethodWriteTo(AddressingVersion^, XmlDictionaryWriter^)

Saves the current endpoint address of a specified version to a specified XML dictionary writer.

System_CAPS_pubmethodWriteTo(AddressingVersion^, XmlDictionaryWriter^, XmlDictionaryString^, XmlDictionaryString^)

Saves the current endpoint address of a specified version to an XML dictionary writer with a specified namespace and local name.

System_CAPS_pubmethodWriteTo(AddressingVersion^, XmlWriter^)

Saves the current endpoint address of a specified version to a specified XML writer.

System_CAPS_pubmethodWriteTo(AddressingVersion^, XmlWriter^, String^, String^)

Saves the current endpoint address of a specified version to an XML writer with a specified namespace and local name.

Return to top
Show:
© 2017 Microsoft