Share via


NSUrlConnectionDataDelegate.SentBodyData Method

Definition

[Foundation.Export("connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SentBodyData(Foundation.NSUrlConnection connection, IntPtr bytesWritten, IntPtr totalBytesWritten, IntPtr totalBytesExpectedToWrite);
[<Foundation.Export("connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SentBodyData : Foundation.NSUrlConnection * nativeint * nativeint * nativeint -> unit
override this.SentBodyData : Foundation.NSUrlConnection * nativeint * nativeint * nativeint -> unit

Parameters

connection
NSUrlConnection
bytesWritten
IntPtr

nativeint

totalBytesWritten
IntPtr

nativeint

totalBytesExpectedToWrite
IntPtr

nativeint

Implements

Attributes

Applies to