C# 클래스 SobekCM.Core.Configuration.Engine.Engine_RestrictionRange

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_IP_Range ( string Label, string IpAddress ) : void

Add a new (single IP) ip value to this range

Engine_RestrictionRange ( ) : System

Constructor for a new instance of the Engine_RestrictionRange class

메소드 상세

Add_IP_Range() 공개 메소드

Add a new (single IP) ip value to this range
public Add_IP_Range ( string Label, string IpAddress ) : void
Label string Descriptive label for this particular IP address(es)
IpAddress string IP address, or the beginning of a range of IP addresses
리턴 void

Engine_RestrictionRange() 공개 메소드

Constructor for a new instance of the Engine_RestrictionRange class
public Engine_RestrictionRange ( ) : System
리턴 System