NSUrlConnectionDataDelegate.SentBodyData 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.
[Foundation.Export("connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:")]
public virtual void SentBodyData (Foundation.NSUrlConnection connection, nint bytesWritten, nint totalBytesWritten, nint totalBytesExpectedToWrite);
abstract member SentBodyData : Foundation.NSUrlConnection * nint * nint * nint -> unit
override this.SentBodyData : Foundation.NSUrlConnection * nint * nint * nint -> unit
Parameters
- connection
- NSUrlConnection
- bytesWritten
- System.System.IntPtr System.nativeint
- totalBytesWritten
- System.System.IntPtr System.nativeint
- totalBytesExpectedToWrite
- System.System.IntPtr System.nativeint
- Attributes