C# Class AspComet.ChannelPattern

Exibir arquivo Open project: nmosafi/aspComet

Public Methods

Method Description
ChannelPattern ( string pattern ) : System
GetHashCode ( ) : int
Matches ( string channelName ) : bool

Method Details

ChannelPattern() public method

public ChannelPattern ( string pattern ) : System
pattern string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

Matches() public method

public Matches ( string channelName ) : bool
channelName string
return bool