Sdílet prostřednictvím


SoapHeaderHandling.GetHeaderMembers Metoda

Definice

Získá obsah hlavičky SOAP pro zadanou zprávu SOAP.

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)

Parametry

headers
SoapHeaderCollection

Obsahuje SoapHeaderCollection hlavičky SOAP.

target
Object

A Object , který představuje zprávu SOAP.

mappings
SoapHeaderMapping[]

Pole typu SoapHeaderMapping , které obsahuje mapování hlaviček SOAP.

direction
SoapHeaderDirection

Hodnota SoapHeaderDirection , která označuje směr hlaviček SOAP.

client
Boolean

Tento parametr se v současné době nepoužívá.

Platí pro

Viz také