Aracılığıyla paylaş


SoapHeaderHandling.SetHeaderMembers Yöntem

Tanım

Belirtilen SOAP iletisi için SOAP üst bilgisi içeriğini ayarlar.

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)

Parametreler

headers
SoapHeaderCollection

SoapHeaderCollection SOAP üst bilgilerini içeren.

target
Object

Object SOAP iletisini temsil eden bir.

mappings
SoapHeaderMapping[]

SOAP üst bilgileri için eşlemeleri içeren tür SoapHeaderMapping dizisi.

direction
SoapHeaderDirection

SoapHeaderDirection SOAP üst bilgilerinin yönünü gösteren değer.

client
Boolean

Bu parametre şu anda kullanılmıyor.

Şunlara uygulanır

Ayrıca bkz.