System.Net.WebConnectionGroup.WebConnectionGroup C# (CSharp) Method

WebConnectionGroup() public method

public WebConnectionGroup ( ServicePoint sPoint, string name ) : System
sPoint ServicePoint
name string
return System
		public WebConnectionGroup (ServicePoint sPoint, string name)
		{
			this.sPoint = sPoint;
			this.name = name;
			connections = new ArrayList (1);
			queue = new Queue ();
		}