SoapMessage.Headers 属性

定义

应用于当前 SOAP 请求或 SOAP 响应的 SOAP 标头的集合。

public:
 property System::Web::Services::Protocols::SoapHeaderCollection ^ Headers { System::Web::Services::Protocols::SoapHeaderCollection ^ get(); };
public System.Web.Services.Protocols.SoapHeaderCollection Headers { get; }
member this.Headers : System.Web.Services.Protocols.SoapHeaderCollection
Public ReadOnly Property Headers As SoapHeaderCollection

属性值

应用于当前 SOAP 请求或 SOAP 响应的 SoapHeaderCollection。 如果不存在 SOAP 标头,则为 null

注解

SOAP 标头是 SOAP 请求或 SOAP 响应的可选部分。 有关在使用 ASP.NET 及其客户端创建的 XML Web 服务中使用 SOAP 标头的更多详细信息,请参阅 SoapHeader 类。

Headers尽管可以在任何阶段访问 属性,但它只填充 和 AfterDeserialize 阶段中的 BeforeSerialize SOAP 标头信息。

适用于