1 write to minSendBytesPerSecond
System (1)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (1)
24minSendBytesPerSecond = new ConfigurationProperty(ConfigurationStrings.MinSendBytesPerSecond,
2 references to minSendBytesPerSecond
System (2)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (2)
33properties.Add(minSendBytesPerSecond); 75get { return (long)this[minSendBytesPerSecond]; }