W3cubDocs

/Haxe C#

Dns

package cs.system.net

@:abstract@:final@:libType@:csNative@:native("System.Net.Dns") Available on cs

Static methods

@:final @:overload static BeginGetHostAddresses (hostNameOrAddress:String, requestCallback:AsyncCallback, stateObject:Dynamic):IAsyncResult

@:final @:overload static BeginGetHostByName (hostName:String, requestCallback:AsyncCallback, stateObject:Dynamic):IAsyncResult

@:final @:overload static BeginGetHostEntry (hostNameOrAddress:String, requestCallback:AsyncCallback, stateObject:Dynamic):IAsyncResult

@:final @:overload static BeginGetHostEntry (address:IPAddress, requestCallback:AsyncCallback, stateObject:Dynamic):IAsyncResult

@:final @:overload static BeginResolve (hostName:String, requestCallback:AsyncCallback, stateObject:Dynamic):IAsyncResult

@:final @:overload static EndGetHostAddresses (asyncResult:IAsyncResult):NativeArray<IPAddress>

@:final @:overload static EndGetHostByName (asyncResult:IAsyncResult):IPHostEntry

@:final @:overload static EndGetHostEntry (asyncResult:IAsyncResult):IPHostEntry

@:final @:overload static EndResolve (asyncResult:IAsyncResult):IPHostEntry

@:final @:overload static GetHostAddresses (hostNameOrAddress:String):NativeArray<IPAddress>

@:final @:overload static GetHostByAddress (address:IPAddress):IPHostEntry

@:final @:overload static GetHostByAddress (address:String):IPHostEntry

@:final @:overload static GetHostByName (hostName:String):IPHostEntry

@:final @:overload static GetHostEntry (hostNameOrAddress:String):IPHostEntry

@:final @:overload static GetHostEntry (address:IPAddress):IPHostEntry

@:final @:overload static GetHostName ():String

@:final @:overload static Resolve (hostName:String):IPHostEntry

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