net.IPAddress

IPAddress

package cs-system-net

Available on cs

Constructor

new (addr:Int64)

new (address:NativeArray<UInt8>, scopeId:Int64)

new (address:NativeArray<UInt8>)

Variables

Address:Int64

read only AddressFamily:AddressFamily

read only IsIPv6LinkLocal:Bool

read only IsIPv6Multicast:Bool

read only IsIPv6SiteLocal:Bool

ScopeId:Int64

Methods

GetAddressBytes ():NativeArray<UInt8>

ToString ():String

Static variables

static read only Any:IPAddress

static read only Broadcast:IPAddress

static read only IPv6Any:IPAddress

static read only IPv6Loopback:IPAddress

static read only IPv6None:IPAddress

static read only Loopback:IPAddress

static read only None:IPAddress

Static methods

static HostToNetworkOrder (host:Int16):Int16

static HostToNetworkOrder (host:Int64):Int64

static HostToNetworkOrder (host:Int):Int

static IsLoopback (addr:IPAddress):Bool

static NetworkToHostOrder (network:Int16):Int16

static NetworkToHostOrder (network:Int64):Int64

static NetworkToHostOrder (network:Int):Int

static Parse (ipString:String):IPAddress

static TryParse (ipString:String, address:Out<IPAddress>):Bool

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部