示例#1
0
 public async Task <int> Stubs(HttpContent content)
 {
     return(await content.ReadAsAsyncStub <int>());
 }