Ejemplo n.º 1
0
 public async Task Post()
 {
     await manager.HandleRequestAsync(this.HttpContext);
 }
Ejemplo n.º 2
0
 public async Task Get() => await webServerManager.HandleRequestAsync(this.HttpContext);