NSUrlSessionTaskDelegate_Extensions.DidSendBodyData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void DidSendBodyData (this Foundation.INSUrlSessionTaskDelegate This, Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, long bytesSent, long totalBytesSent, long totalBytesExpectedToSend);
static member DidSendBodyData : Foundation.INSUrlSessionTaskDelegate * Foundation.NSUrlSession * Foundation.NSUrlSessionTask * int64 * int64 * int64 -> unit
Parameters
The instance on which this extension method operates.
- session
- NSUrlSession
- task
- NSUrlSessionTask
- bytesSent
- Int64
- totalBytesSent
- Int64
- totalBytesExpectedToSend
- Int64