コード例 #1
0
        internal void EndPipeline()
        {
            ResetSendBuffer();

            if (Pipeline != null)
            {
                Pipeline = null;
                Interlocked.Increment(ref __requestsPerHour);
            }
        }
コード例 #2
0
        internal void EndPipeline()
        {
            ResetSendBuffer();

            if (Pipeline != null)
            {
                Pipeline = null;
            }
        }