次の方法で共有


NSUrlConnectionDataDelegate_Extensions.SentBodyData メソッド

定義

public static void SentBodyData (this Foundation.INSUrlConnectionDataDelegate This, Foundation.NSUrlConnection connection, nint bytesWritten, nint totalBytesWritten, nint totalBytesExpectedToWrite);
static member SentBodyData : Foundation.INSUrlConnectionDataDelegate * Foundation.NSUrlConnection * nint * nint * nint -> unit

パラメーター

This
INSUrlConnectionDataDelegate

この拡張メソッドが動作するインスタンス。

connection
NSUrlConnection
bytesWritten
System.System.IntPtr System.nativeint
totalBytesWritten
System.System.IntPtr System.nativeint
totalBytesExpectedToWrite
System.System.IntPtr System.nativeint

適用対象