W3cubDocs

/Haxe C#

Socket_Delegate_SendFileHandler

package cs.system.net.sockets

extends MulticastDelegateDelegate

import cs.system.net.sockets.Socket

@:final@:libType@:csNative@:native("System.Net.Sockets.Socket.SendFileHandler") Available on cs

Constructor

@:final @:overload new (object:Dynamic, method:IntPtr)

Methods

@:overload BeginInvoke (fileName:String, preBuffer:NativeArray<UInt8>, postBuffer:NativeArray<UInt8>, flags:TransmitFileOptions, callback:AsyncCallback, object:Dynamic):IAsyncResult

@:overload EndInvoke (result:IAsyncResult):Void

@:overload Invoke (fileName:String, preBuffer:NativeArray<UInt8>, postBuffer:NativeArray<UInt8>, flags:TransmitFileOptions):Void

Static methods

static op_Addition (arg1:Socket_SendFileHandler, arg2:Socket_SendFileHandler):Socket_SendFileHandler

static op_Subtraction (arg1:Socket_SendFileHandler, arg2:Socket_SendFileHandler):Socket_SendFileHandler

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/net/sockets/Socket_Delegate_SendFileHandler.html