SoapHeaderHandling.GetHeaderMembers(SoapHeaderCollection, Object, SoapHeaderMapping[], SoapHeaderDirection, Boolean) Método

Definição

Obtém o conteúdo do cabeçalho SOAP para a mensagem SOAP especificada.Gets the SOAP header content for the specified SOAP message.

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

O SoapHeaderCollection que contém os cabeçalhos SOAP.The SoapHeaderCollection that contains the SOAP headers.

target
Object

Um Object que representa a mensagem SOAP.A Object that represents the SOAP message.

mappings
SoapHeaderMapping[]

Uma matriz do tipo SoapHeaderMapping que contém os mapeamentos para os cabeçalhos SOAP.An array of type SoapHeaderMapping that contains the mappings for the SOAP headers.

direction
SoapHeaderDirection

Um valor SoapHeaderDirection que indica a direção dos cabeçalhos SOAP.A SoapHeaderDirection value that indicates the direction of the SOAP headers.

client
Boolean

Esse parâmetro não é usado atualmente.This parameter is currently not used.

Aplica-se a