SoapHeaderHandling.SetHeaderMembers Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le contenu de l'en-tête SOAP pour le message SOAP spécifié.
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)
Paramètres
- headers
- SoapHeaderCollection
SoapHeaderCollection contenant les en-têtes SOAP.
- mappings
- SoapHeaderMapping[]
Tableau de type SoapHeaderMapping contenant les mappages pour les en-têtes SOAP.
- direction
- SoapHeaderDirection
Valeur SoapHeaderDirection indiquant la direction des en-têtes SOAP.
- client
- Boolean
Ce paramètre n'est pas utilisé actuellement.