Beispiel #1
0
 public void ReplaceHTTPAt(HTTPType newValue, int index)
 {
     ReplaceDomElementAt("", "HTTP", index, newValue);
 }
Beispiel #2
0
 public void AddHTTP(HTTPType newValue)
 {
     AppendDomElement("", "HTTP", newValue);
 }
Beispiel #3
0
 public void InsertHTTPAt(HTTPType newValue, int index)
 {
     InsertDomElementAt("", "HTTP", index, newValue);
 }
Beispiel #4
0
		public void ReplaceHTTPAt(HTTPType newValue, int index)
		{
			ReplaceDomElementAt("", "HTTP", index, newValue);
		}
Beispiel #5
0
		public void InsertHTTPAt(HTTPType newValue, int index)
		{
			InsertDomElementAt("", "HTTP", index, newValue);
		}
Beispiel #6
0
		public void AddHTTP(HTTPType newValue)
		{
			AppendDomElement("", "HTTP", newValue);
		}
Beispiel #7
0
 public PostEnumerator(HTTPType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #8
0
			public PostEnumerator(HTTPType par) 
			{
				parent = par;
				nIndex = -1;
			}