RemObjects.InternetPack.Http.HttpHeader.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( Int32 index ) : String
index System.Int32
리턴 String
		public String Get(Int32 index)
		{
			return this.fValues[index];
		}