CSharpUtils.Http.HttpHeaderList.Append C# (CSharp) Метод

Append() публичный Метод

public Append ( String Name, String Value ) : HttpHeaderList
Name String
Value String
Результат HttpHeaderList
		public HttpHeaderList Append(String Name, String Value)
		{
			return _Set(Name, Value, true);
		}