C# 클래스 DOTNETIDS.NullByteFilter

A Filter that uses Regular Expressions for its matching
상속: Filter
파일 보기 프로젝트 열기: IndiansIncredible/.NetIDS 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string MatchText ) : bool

Match the null byte rule against the input

NullByteFilter ( ) : System

Create a new null byte filter object

메소드 상세

Match() 공개 메소드

Match the null byte rule against the input
public Match ( string MatchText ) : bool
MatchText string The input
리턴 bool

NullByteFilter() 공개 메소드

Create a new null byte filter object
public NullByteFilter ( ) : System
리턴 System