System.Net.HttpRequestQueueV2Handle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            return (Interop.HttpApi.HttpCloseRequestQueue(handle) == Interop.HttpApi.ERROR_SUCCESS);
        }
    }