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:")]
[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