C# 클래스 AspComet.ChannelPattern

파일 보기 프로젝트 열기: nmosafi/aspComet

공개 메소드들

메소드 설명
ChannelPattern ( string pattern ) : System
GetHashCode ( ) : int
Matches ( string channelName ) : bool

메소드 상세

ChannelPattern() 공개 메소드

public ChannelPattern ( string pattern ) : System
pattern string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Matches() 공개 메소드

public Matches ( string channelName ) : bool
channelName string
리턴 bool