Example #1
0
 public override void Visit(StartFromBeginning startFromBeginning)
 {
     // We don't need to set any headers to start from the beginning
 }
Example #2
0
 public abstract void Visit(StartFromBeginning startFromBeginning);