System.Net.WebHeaderCollection.WebHeaderCollection.Add C# (CSharp) Method

Add() public method

public Add ( HttpRequestHeader header, string value ) : void
header HttpRequestHeader
value string
return void
		public void Add (HttpRequestHeader header, string value)
		{
			Add (RequestHeaderToString (header), value);
		}

Same methods

WebHeaderCollection.WebHeaderCollection::Add ( HttpResponseHeader header, string value ) : void
WebHeaderCollection.WebHeaderCollection::Add ( string header ) : void
WebHeaderCollection.WebHeaderCollection::Add ( string name, string value ) : void