在nsurlconnection中使用类方法时,如何取消unsurlconnection

时间:2013-02-27 08:05:05

标签: ios nsurlconnection

我正在使用nsurlconnection的sendAsynchronousRequest:queue:completionHandler:类函数。如何取消此连接?

1 个答案:

答案 0 :(得分:1)

你做不到。如果您需要取消网址请求的选项,则必须使用NSURLConnection的基于代理的方法,例如connectionWithRequest:delegate: