C# Class Fan.Inet.IpAddrPeer

ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_dotnet System.Net.IPAddress
m_str string

Public Methods

Method Description
Equals ( IpAddr fan, object obj ) : bool
bytes ( IpAddr fan ) : Buf
hash ( IpAddr fan ) : long
hostname ( IpAddr fan ) : string
isIPv4 ( IpAddr fan ) : bool
isIPv6 ( IpAddr fan ) : bool
local ( ) : IpAddr
make ( IPAddress dotnet ) : IpAddr
make ( string str ) : IpAddr
make ( string str, IPAddress dotnet ) : IpAddr
make ( IpAddr fan ) : IpAddrPeer
makeAll ( string str ) : List
makeBytes ( Buf bytes ) : IpAddr
numeric ( IpAddr fan ) : string
toNative ( IpAddr fan ) : Object
toStr ( IpAddr fan ) : string

Method Details

Equals() public method

public Equals ( IpAddr fan, object obj ) : bool
fan IpAddr
obj object
return bool

bytes() public method

public bytes ( IpAddr fan ) : Buf
fan IpAddr
return Fan.Sys.Buf

hash() public method

public hash ( IpAddr fan ) : long
fan IpAddr
return long

hostname() public method

public hostname ( IpAddr fan ) : string
fan IpAddr
return string

isIPv4() public method

public isIPv4 ( IpAddr fan ) : bool
fan IpAddr
return bool

isIPv6() public method

public isIPv6 ( IpAddr fan ) : bool
fan IpAddr
return bool

local() public static method

public static local ( ) : IpAddr
return IpAddr

make() public static method

public static make ( IPAddress dotnet ) : IpAddr
dotnet System.Net.IPAddress
return IpAddr

make() public static method

public static make ( string str ) : IpAddr
str string
return IpAddr

make() public static method

public static make ( string str, IPAddress dotnet ) : IpAddr
str string
dotnet System.Net.IPAddress
return IpAddr

make() public static method

public static make ( IpAddr fan ) : IpAddrPeer
fan IpAddr
return IpAddrPeer

makeAll() public static method

public static makeAll ( string str ) : List
str string
return Fan.Sys.List

makeBytes() public static method

public static makeBytes ( Buf bytes ) : IpAddr
bytes Fan.Sys.Buf
return IpAddr

numeric() public method

public numeric ( IpAddr fan ) : string
fan IpAddr
return string

toNative() public method

public toNative ( IpAddr fan ) : Object
fan IpAddr
return Object

toStr() public method

public toStr ( IpAddr fan ) : string
fan IpAddr
return string

Property Details

m_dotnet public_oe property

public IPAddress,System.Net m_dotnet
return System.Net.IPAddress

m_str public_oe property

public string m_str
return string