DOTNETIDS.WebScanRunner.WriteResponse C# (CSharp) Method

WriteResponse() public method

Write the original response to the page
public WriteResponse ( ) : void
return void
        public void WriteResponse()
        {
            if (_oF != null) _oF.WriteResponse();
        }

Same methods

WebScanRunner::WriteResponse ( string AlternativeOutput ) : void