NSUrlConnectionDataDelegate.SentBodyData Method

Definition

[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

Applies to