Microsoft.Http.DetectEofStream.ReceivedEof C# (CSharp) Method

ReceivedEof() private method

private ReceivedEof ( ) : void
return void
        void ReceivedEof()
        {
            if (!this.isAtEof)
            {
                this.isAtEof = true;
                this.OnReceivedEof();
            }
        }
    }