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