SoapHeaderAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |