AddressHeaderHelper.XmlToAddressHeaders(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 cli::array <System::ServiceModel::Channels::AddressHeader ^> ^ XmlToAddressHeaders(System::String ^ xmlText);
public static System.ServiceModel.Channels.AddressHeader[] XmlToAddressHeaders (string xmlText);
static member XmlToAddressHeaders : string -> System.ServiceModel.Channels.AddressHeader[]
Public Shared Function XmlToAddressHeaders (xmlText As String) As AddressHeader()
Parameters
- xmlText
- String