Compartir a través de


SoapHeaderHandling.SetHeaderMembers Método

Definición

Establece el contenido del encabezado SOAP para el mensaje SOAP especificado.

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)

Parámetros

headers
SoapHeaderCollection

SoapHeaderCollection que contiene los encabezados SOAP.

target
Object

Object que representa el mensaje SOAP.

mappings
SoapHeaderMapping[]

Matriz de tipo SoapHeaderMapping que contiene las asignaciones para los encabezados SOAP.

direction
SoapHeaderDirection

Valor SoapHeaderDirection que indica la dirección de los encabezados SOAP.

client
Boolean

Este parámetro no se utiliza actualmente.

Se aplica a

Consulte también