System::Net::WebHeaderCollection::Set method

WebHeaderCollection::Set method

Sets the value of the specified header.

void System::Net::WebHeaderCollection::Set(String name, String value)
ParameterTypeDescription
nameStringThe header name.
valueStringThe value to set.

See Also