System.Net.HttpListenerTimeoutManager.GetTimeout C# (CSharp) Method

GetTimeout() private method

private GetTimeout ( System.Net.Interop type ) : TimeSpan
type System.Net.Interop
return TimeSpan
        private TimeSpan GetTimeout(Interop.HttpApi.HTTP_TIMEOUT_TYPE type)
        {
            //
            // Since we maintain local state, GET is local.
            //
            return new TimeSpan(0, 0, (int)_timeouts[(int)type]);
        }