CSharpUtils.Http.HttpHeaderList.Remove C# (CSharp) Method

Remove() public method

public Remove ( String Name ) : HttpHeaderList
Name String
return HttpHeaderList
		public HttpHeaderList Remove(String Name)
		{
			Headers.Remove(Name);
			return this;
		}