1 write to timeouts
System (1)
net\System\Net\HttpListenerTimeoutManager.cs (1)
27timeouts = new int[5];
8 references to timeouts
System (8)
net\System\Net\HttpListenerTimeoutManager.cs (8)
37Debug.Assert(configTimeouts.Length == (timeouts.Length + 1)); 40for (int i = 0; i < timeouts.Length; i++) 45timeouts[i] = (int)configTimeouts[i]; 59listener.SetServerTimeout(timeouts, minSendBytesPerSecond); 70return new TimeSpan(0, 0, (int)timeouts[(int)type]); 93int[] currentTimeouts = timeouts; 96timeouts[(int)type] = (int)timeoutValue; 217listener.SetServerTimeout(timeouts, (uint)value);