C# Class ModServer.HttpProtocolMatcher

Inheritance: IProtocolMatcher
Afficher le fichier Open project: tyandjel94/RowanParkingPassApp

Méthodes publiques

Свойство Type Description
HTTP System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
IsMatch ( byte message ) : bool
process ( ) : void

Method Details

IsMatch() public méthode

public IsMatch ( byte message ) : bool
message byte
Résultat bool

process() public méthode

public process ( ) : void
Résultat void

Property Details

HTTP public_oe static_oe property

public static Regex,System.Text.RegularExpressions HTTP
Résultat System.Text.RegularExpressions.Regex