append_header


Description:

public void append_header (string name, string value)

Adds a header field to the message 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 name , then this creates a second one).

Parameters:

this

A Client

name

Header name

value

Header value