NSUrlSessionTaskDelegate.DidSendBodyData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Foundation.Export("URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:")]
public virtual void DidSendBodyData (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, long bytesSent, long totalBytesSent, long totalBytesExpectedToSend);
abstract member DidSendBodyData : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * int64 * int64 * int64 -> unit
override this.DidSendBodyData : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * int64 * int64 * int64 -> unit
パラメーター
- session
- NSUrlSession
- task
- NSUrlSessionTask
- bytesSent
- Int64
- totalBytesSent
- Int64
- totalBytesExpectedToSend
- Int64
- 属性