HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class Socket_Delegate_SocketAsyncCall

package cs.system.net.sockets

extends MulticastDelegate › Delegate

import cs.system.net.sockets.Socket

@:directlyUsed@:nativeGen@:libType@:csNative@:native("System.Net.Sockets.Socket.SocketAsyncCall")

Available on cs

Static methods

staticop_Addition(arg1:Socket_SocketAsyncCall, arg2:Socket_SocketAsyncCall):Socket_SocketAsyncCall

staticop_Subtraction(arg1:Socket_SocketAsyncCall, arg2:Socket_SocketAsyncCall):Socket_SocketAsyncCall

Constructor

finalnew(object:Dynamic, method:IntPtr)

Methods

BeginInvoke(sar:Socket_SocketAsyncResult, callback:AsyncCallback, object:Dynamic):IAsyncResult

EndInvoke(result:IAsyncResult):Void

Invoke(sar:Socket_SocketAsyncResult):Void

Inherited Variables

Defined by Delegate

read onlyMethod:MethodInfo

read onlyTarget:Dynamic

Inherited Methods

Defined by MulticastDelegate

Defined by Delegate

Clone():Dynamic

finalDynamicInvoke(args:NativeArray<Dynamic>):Dynamic

finalget_Method():MethodInfo

finalget_Target():Dynamic

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe