EndpointAddress::WriteTo Method
Saves the current endpoint address of a specified version to an XML writer or an XML dictionary writer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | WriteTo(AddressingVersion^, XmlDictionaryWriter^) | Saves the current endpoint address of a specified version to a specified XML dictionary writer. |
![]() | WriteTo(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. |
![]() | WriteTo(AddressingVersion^, XmlWriter^) | Saves the current endpoint address of a specified version to a specified XML writer. |
![]() | WriteTo(AddressingVersion^, XmlWriter^, String^, String^) | Saves the current endpoint address of a specified version to an XML writer with a specified namespace and local name. |
