- connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:
Sent as the body (message data) of a request is transmitted (such as in an HTTP POST request).
あるリクエストのボディ(メッセージデータ)が送信される(例えばHTTP POSTリクエストにおいて)ときに送られます。
Availability 有効性
Technology
- (void)connectionDidFinishLoading:(NSURLConnection
*)connection;
connection
The connection sending the message. メッセージを送っている接続。
The delegate will receive no further messages for connection
.
委任先は、これ以上のメッセージをconnection
に対して受け取らないでしょう。
- connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite: