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