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