HeaderCollection.Add

Add(HeaderCollection)

Adds a header to collection.

public void Add(HeaderCollection c)
ParameterTypeDescription
cHeaderCollectionHeaderCollection for adding.

See Also


Add(string, string)

Adds the header.

public void Add(string name, string value)
ParameterTypeDescription
nameStringThe header name.
valueStringThe header value.

See Also


Add(string)

Adds the header without value

public void Add(string item)

See Also