示例#1
0
 public void Abort()
 {
     this.state = AsyncHTTPClient.State.ABORTED;
     AsyncHTTPClient.AbortByHandle(this.m_Handle);
 }