append_header


Description:

public void append_header (string name, string? value)

Adds a header field to the messages sent by this this.

It is intended to be used by clients requiring vendor specific header fields.

If there is an existing header with name it will append another one.

Parameters:

this

A Client

name

Header name

value

Header value