public ConnectionArrayList(ArrayList list, ServicePointContext servicePointContext, IHttpWebRequestHandler httpHandler)
     : base(list)
 {
     context = servicePointContext;
     handler = httpHandler;
 }
 public ConnectionGroupHashtable(Hashtable table, ServicePointContext servicePointContext, IHttpWebRequestHandler httpHandler)
     : base(table)
 {
     this.context = servicePointContext;
     handler      = httpHandler;
 }