Exemple #1
0
 public String this[String index]
 {
     get { return(Headers.ContainsKey(index) ? Headers[index] : ""); }
 }