net.Dns

Dns

package cs-system-net

Available on cs

Static methods

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

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

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

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

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

static EndGetHostAddresses (asyncResult:IAsyncResult):NativeArray<IPAddress>

static EndGetHostByName (asyncResult:IAsyncResult):IPHostEntry

static EndGetHostEntry (asyncResult:IAsyncResult):IPHostEntry

static EndResolve (asyncResult:IAsyncResult):IPHostEntry

static GetHostAddresses (hostNameOrAddress:String):NativeArray<IPAddress>

static GetHostByAddress (address:IPAddress):IPHostEntry

static GetHostByAddress (address:String):IPHostEntry

static GetHostByName (hostName:String):IPHostEntry

static GetHostEntry (hostNameOrAddress:String):IPHostEntry

static GetHostEntry (address:IPAddress):IPHostEntry

static GetHostName ():String

static Resolve (hostName:String):IPHostEntry

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部