AddressHeaderHelper.XmlToAddressHeader(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::ServiceModel::Channels::AddressHeader ^ XmlToAddressHeader(System::String ^ xmlText);
public static System.ServiceModel.Channels.AddressHeader XmlToAddressHeader (string xmlText);
static member XmlToAddressHeader : string -> System.ServiceModel.Channels.AddressHeader
Public Shared Function XmlToAddressHeader (xmlText As String) As AddressHeader
Parameters
- xmlText
- String