public AddHeader ( string name, string value ) : void | ||
name | string | Name of the header, case sensitive, use lower cases. |
value | string | Header values can span over multiple lines as long as each line starts with a white space. New line chars should be \r\n |
return | void |