C# 클래스 ModServer.HttpProtocolMatcher

상속: IProtocolMatcher
파일 보기 프로젝트 열기: tyandjel94/RowanParkingPassApp

공개 프로퍼티들

프로퍼티 타입 설명
HTTP System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
IsMatch ( byte message ) : bool
process ( ) : void

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( byte message ) : bool
message byte
리턴 bool

process() 공개 메소드

public process ( ) : void
리턴 void

프로퍼티 상세

HTTP 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions HTTP
리턴 System.Text.RegularExpressions.Regex