C# Class iRuler.Utility.CIDRHelper

Afficher le fichier Open project: f5devcentral/f5-irule-editor

Méthodes publiques

Méthode Description
getMask ( int shorthand ) : String
getShorthand ( String mask ) : long
isValidNetworkAddress ( String address, String mask ) : bool
isValidNetworkAddress ( String address, int shorthand ) : bool

Method Details

getMask() public static méthode

public static getMask ( int shorthand ) : String
shorthand int
Résultat String

getShorthand() public static méthode

public static getShorthand ( String mask ) : long
mask String
Résultat long

isValidNetworkAddress() public static méthode

public static isValidNetworkAddress ( String address, String mask ) : bool
address String
mask String
Résultat bool

isValidNetworkAddress() public static méthode

public static isValidNetworkAddress ( String address, int shorthand ) : bool
address String
shorthand int
Résultat bool