UnitTests.Subtext.SimulatedHttpRequest.IsEntireEntityBodyIsPreloaded C# (CSharp) Method

IsEntireEntityBodyIsPreloaded() public method

Returns a value indicating whether all request data is available and no further reads from the client are required.
public IsEntireEntityBodyIsPreloaded ( ) : bool
return bool
        public override bool IsEntireEntityBodyIsPreloaded()
        {
            return true;
        }