C# 클래스 iRuler.Utility.CIDRHelper

파일 보기 프로젝트 열기: f5devcentral/f5-irule-editor

공개 메소드들

메소드 설명
getMask ( int shorthand ) : String
getShorthand ( String mask ) : long
isValidNetworkAddress ( String address, String mask ) : bool
isValidNetworkAddress ( String address, int shorthand ) : bool

메소드 상세

getMask() 공개 정적인 메소드

public static getMask ( int shorthand ) : String
shorthand int
리턴 String

getShorthand() 공개 정적인 메소드

public static getShorthand ( String mask ) : long
mask String
리턴 long

isValidNetworkAddress() 공개 정적인 메소드

public static isValidNetworkAddress ( String address, String mask ) : bool
address String
mask String
리턴 bool

isValidNetworkAddress() 공개 정적인 메소드

public static isValidNetworkAddress ( String address, int shorthand ) : bool
address String
shorthand int
리턴 bool