Beispiel #1
0
 public HttpApiServer() : this(null)
 {
     mFileLog        = new FileLog();
     FrameSerializer = this;
 }
Beispiel #2
0
 public HttpApiServer() : this(null)
 {
     mFileLog           = new FileLog();
     FrameSerializer    = this;
     BodyProcessHandler = this;
 }