コード例 #1
0
 public Task EndAsync()
 {
     _httpListenerResponse.CloseSafe();
     return(TaskAsyncHelper.Empty);
 }