+ 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リクエストに対してデータのロードを開始します。
- initWithRequest:delegate:startImmediately:
Returns an initialized URL connection and begins to load the data for the URL request, if specified.
初期化されたURL接続を返して、URLリクエストに対してデータのロードを開始します、もし指定されたならば。
+ sendAsynchronousRequest:queue:completionHandler:
Loads the data for a URL request and executes a handler block on an operation queue when the request completes or fails.
あるURLリクエストに対してデータをロードして、あるハンドラブロックをある演算キュー上でそのリクエストが完了または失敗する時に実行します。