Execute() public method

public Execute ( IHttpHandler handler, TextWriter writer, bool preserveForm ) : void
handler IHttpHandler
writer System.IO.TextWriter
preserveForm bool
return void
Example #1
0
 public override void Execute(string path)
 {
     w.Execute(path);
 }
Example #2
0
 /// <summary>
 /// See <see cref="HttpServerUtility"/> for a description.
 /// </summary>
 public void Execute(string path)
 {
     _httpServerUtility.Execute(path);
 }