NSUrlConnectionDataDelegate_Extensions.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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SentBodyData(this Foundation.INSUrlConnectionDataDelegate This, Foundation.NSUrlConnection connection, IntPtr bytesWritten, IntPtr totalBytesWritten, IntPtr totalBytesExpectedToWrite);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SentBodyData : Foundation.INSUrlConnectionDataDelegate * Foundation.NSUrlConnection * nativeint * nativeint * nativeint -> unit
Parameters
- connection
- NSUrlConnection
- bytesWritten
-
IntPtr
nativeint
- totalBytesWritten
-
IntPtr
nativeint
- totalBytesExpectedToWrite
-
IntPtr
nativeint
- Attributes