SoapHeaderHandling.SetHeaderMembers Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Задает содержимое заголовка SOAP для указанного сообщения SOAP.
public:
static void SetHeaderMembers(System::Web::Services::Protocols::SoapHeaderCollection ^ headers, System::Object ^ target, cli::array <System::Web::Services::Protocols::SoapHeaderMapping ^> ^ mappings, System::Web::Services::Protocols::SoapHeaderDirection direction, bool client);
public static void SetHeaderMembers (System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client);
static member SetHeaderMembers : System.Web.Services.Protocols.SoapHeaderCollection * obj * System.Web.Services.Protocols.SoapHeaderMapping[] * System.Web.Services.Protocols.SoapHeaderDirection * bool -> unit
Public Shared Sub SetHeaderMembers (headers As SoapHeaderCollection, target As Object, mappings As SoapHeaderMapping(), direction As SoapHeaderDirection, client As Boolean)
Параметры
- headers
- SoapHeaderCollection
Объект SoapHeaderCollection, содержащий заголовки SOAP.
- mappings
- SoapHeaderMapping[]
Массив типа SoapHeaderMapping, содержащий сопоставления для заголовков SOAP.
- direction
- SoapHeaderDirection
Значение SoapHeaderDirection, указывающее направление заголовков SOAP.
- client
- Boolean
Этот параметр в настоящее время не используется.