Compartir a través de


SoapHeaderHandling.GetHeaderMembers Método

Definición

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

public:
 static void GetHeaderMembers(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 GetHeaderMembers (System.Web.Services.Protocols.SoapHeaderCollection headers, object target, System.Web.Services.Protocols.SoapHeaderMapping[] mappings, System.Web.Services.Protocols.SoapHeaderDirection direction, bool client);
static member GetHeaderMembers : System.Web.Services.Protocols.SoapHeaderCollection * obj * System.Web.Services.Protocols.SoapHeaderMapping[] * System.Web.Services.Protocols.SoapHeaderDirection * bool -> unit
Public Shared Sub GetHeaderMembers (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