Instance Method
インスタンスメソッド
cancel
Cancels an asynchronous load of a request.
あるリクエストの非同期ロードをキャンセルします。
Discussion
議論
After this method is called, the connection makes no further delegate method calls. If you want to reattempt the connection, you should create a new connection object.
このメソッドが呼び出された後で、接続はより先の委任先のメソッドの呼び出しをしません。あなたが接続を再度試みたいならば、あなたは新しい接続オブジェクトを作成すべきです。
See Also
参照
Related Documentation
関連文書
+ connectionWithRequest:delegate:
Creates and returns an initialized URL connection and begins to load the data for the URL request.
初期化されたURL接続を作成して返します、そしてURLリクエストに対してデータのロードを開始します。
- initWithRequest:delegate:
Returns an initialized URL connection and begins to load the data for the URL request.
初期化されたURL接続を返します、そしてURLリクエストに対してデータのロードを開始します。