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 ();
		}