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 Dns_Delegate_GetHostEntryIPCallback

package cs.system.net

extends MulticastDelegate › Delegate

import cs.system.net.Dns

@:directlyUsed@:nativeGen@:libType@:csNative@:native("System.Net.Dns.GetHostEntryIPCallback")

Available on cs

Static methods

staticop_Addition(arg1:Dns_GetHostEntryIPCallback, arg2:Dns_GetHostEntryIPCallback):Dns_GetHostEntryIPCallback

staticop_Subtraction(arg1:Dns_GetHostEntryIPCallback, arg2:Dns_GetHostEntryIPCallback):Dns_GetHostEntryIPCallback

Constructor

finalnew(object:Dynamic, method:IntPtr)

Methods

BeginInvoke(hostAddress:IPAddress, callback:AsyncCallback, object:Dynamic):IAsyncResult

EndInvoke(result:IAsyncResult):IPHostEntry

Invoke(hostAddress:IPAddress):IPHostEntry

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