C# Class Poderosa.Protocols.NetAddressUtil

ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
IsNetworkAddress ( string netaddress ) : bool
NetAddressIncludesIPAddress ( string netaddress, IPAddress target ) : bool

Method Details

IsNetworkAddress() public static method

public static IsNetworkAddress ( string netaddress ) : bool
netaddress string
return bool

NetAddressIncludesIPAddress() public static method

public static NetAddressIncludesIPAddress ( string netaddress, IPAddress target ) : bool
netaddress string
target System.Net.IPAddress
return bool