C# 클래스 SobekCM.Tools.IpRangeUtilities.ComparableIpAddress

Single IP address that is wrapped in such as way to quickly compare to a set of restricted IP addresses
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
ComparableIpAddress ( string Value ) : System

Constructor for a new instance of the ComparableIpAddress class

ComparableIpAddress ( ulong Value ) : System

Constructor for a new instance of the ComparableIpAddress class

ToUlong ( string IpAddress ) : ulong

Static method is used to convert from a string IP address to an unsigned long IP adress

메소드 상세

ComparableIpAddress() 공개 메소드

Constructor for a new instance of the ComparableIpAddress class
public ComparableIpAddress ( string Value ) : System
Value string IP Address as a string
리턴 System

ComparableIpAddress() 공개 메소드

Constructor for a new instance of the ComparableIpAddress class
public ComparableIpAddress ( ulong Value ) : System
Value ulong IP Address as an unsigned long
리턴 System

ToUlong() 공개 정적인 메소드

Static method is used to convert from a string IP address to an unsigned long IP adress
public static ToUlong ( string IpAddress ) : ulong
IpAddress string IP address as a string
리턴 ulong