Compartir a través de


SoapHeaderAttribute Class

Definition

Represents an attribute applied to an XML Web service method or an XML Web service client to specify a SOAP header that the XML Web service method or XML Web service client can process.

public class SoapHeaderAttribute : Attribute
type SoapHeaderAttribute = class
    inherit Attribute
Public Class SoapHeaderAttribute
Inherits Attribute
Inheritance
SoapHeaderAttribute

Constructors

SoapHeaderAttribute(String)

Initializes a new instance of the SoapHeaderAttribute class.

Applies to