Instance Method インスタンスメソッド

connectionDidFinishLoading(_:)

Sent when a connection has finished loading successfully. 接続がロードをうまく完了した場合に送られます。

Declaration 宣言

optional func connectionDidFinishLoading(_ connection: NSURLConnection)

Parameters パラメータ

connection

The connection sending the message. メッセージを送っている接続。

Discussion 議論

The delegate will receive no further messages for connection. 委任先は、これ以上のメッセージをconnectionに対して受け取らないでしょう。

See Also 参照

Receiving Connection Progress 接続進捗を受け取る