Skip to main content
All docs
V26.1
  • HeaderParameter Constructors

    An parameter that is used to add a custom HTTP header to JSON endpoint requests.
    Name Parameters Description
    HeaderParameter() none Creates a new instance of the HeaderParameter class with the default settings.
    HeaderParameter(String, Object) name, value Creates a new instance of the HeaderParameter class with the specified parameter name and value.
    HeaderParameter(String, Type, Object) name, type, value Creates a new instance of the HeaderParameter class with the specified parameter name, type, and value.
    See Also