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);
		}