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