C# Class ModServer.HttpProtocolMatcher

Inheritance: IProtocolMatcher
Datei anzeigen Open project: tyandjel94/RowanParkingPassApp

Public Properties

Property Type Description
HTTP System.Text.RegularExpressions.Regex

Public Methods

Method Description
IsMatch ( byte message ) : bool
process ( ) : void

Method Details

IsMatch() public method

public IsMatch ( byte message ) : bool
message byte
return bool

process() public method

public process ( ) : void
return void

Property Details

HTTP public_oe static_oe property

public static Regex,System.Text.RegularExpressions HTTP
return System.Text.RegularExpressions.Regex