3 references to maxconnection
System (3)
net\System\Net\Configuration\ConnectionManagementElement.cs (3)
19this.properties.Add(this.maxconnection); 46get { return (int)this[this.maxconnection]; } 47set { this[this.maxconnection] = value; }