HeaderParameter Constructors
An parameter that is used to add a custom HTTP header to JSON endpoint requests.
Name | Parameters | Description |
---|---|---|
Header |
none |
Creates a new instance of the Header |
Header |
name, value |
Creates a new instance of the Header |
Header |
name, type, value |
Creates a new instance of the Header |
See Also