DsmlSoapHttpConnection.SoapActionHeader Propriété
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.
Obtient ou définit l’en-tête d’action SOAP envoyé avec d’autres en-têtes HTTP.
public:
property System::String ^ SoapActionHeader { System::String ^ get(); void set(System::String ^ value); };
public string SoapActionHeader { get; set; }
member this.SoapActionHeader : string with get, set
Public Property SoapActionHeader As String
Valeur de propriété
En-tête d'action SOAP envoyé avec d'autres en-têtes HTTP.
Remarques
La valeur par défaut de cette propriété est « #batchRequest ».