1 write to properties
System (1)
net\System\Net\Configuration\HttpListenerElement.cs (1)
30
properties
= new ConfigurationPropertyCollection();
3 references to properties
System (3)
net\System\Net\Configuration\HttpListenerElement.cs (3)
31
properties
.Add(unescapeRequestUrl);
32
properties
.Add(timeouts);
50
get { return
properties
; }