System::Web::Services::Protocols::SoapMessage::UpdateHeaderValues method

SoapMessage::UpdateHeaderValues method

Updates the internal collection of the SOAP headers.

void System::Web::Services::Protocols::SoapMessage::UpdateHeaderValues(System::SharedPtr<Object> target, System::ArrayPtr<System::SharedPtr<SoapHeaderMapping>> headersInfo)
ParameterTypeDescription
targetSystem::SharedPtr<Object>The object to get the SOAP headers from.
headersInfoSystem::ArrayPtr<System::SharedPtr<SoapHeaderMapping>>A collection of headers from which the internal collection will be updated.

See Also