InternetHeaderType
extends Type
in package
Represents the Internet message header for a given header within a headers collection.
Tags
Table of Contents
Properties
- $_ : string
- The value of the header.
- $HeaderName : string
- Identifies the header name.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$_
The value of the header.
public
string
$_
Tags
$HeaderName
Identifies the header name.
public
string
$HeaderName
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed