System.Net.WebConnectionGroup.WebConnectionGroup C# (CSharp) Метод

WebConnectionGroup() публичный Метод

public WebConnectionGroup ( ServicePoint sPoint, string name ) : System
sPoint ServicePoint
name string
Результат System
		public WebConnectionGroup (ServicePoint sPoint, string name)
		{
			this.sPoint = sPoint;
			this.name = name;
			connections = new ArrayList (1);
			queue = new Queue ();
		}