10 references to properties
System (10)
net\System\Net\Configuration\SettingsSection.cs (10)
42
this.
properties
.Add(this.httpWebRequest);
43
this.
properties
.Add(this.ipv6);
44
this.
properties
.Add(this.servicePointManager);
45
this.
properties
.Add(this.socket);
46
this.
properties
.Add(this.webProxyScript);
47
this.
properties
.Add(this.performanceCounters);
48
this.
properties
.Add(this.httpListener);
49
this.
properties
.Add(this.webUtility);
50
this.
properties
.Add(this.windowsAuthentication);
111
get { return this.
properties
; }