C# 클래스 Blaze.Controllers.MessageProcessor

파일 보기 프로젝트 열기: paulduran/blaze 1 사용 예제들

공개 메소드들

메소드 설명
MessageProcessor ( ) : System
Parse ( string message ) : string
ProcessMessage ( string message ) : string
TransformAndExtractUrls ( string message, HashSet &extractedUrls ) : string

비공개 메소드들

메소드 설명
ConvertTextWithNewLines ( string message ) : string
ParseChatMessageText ( string content, HashSet &links ) : string
ProcessUrls ( IEnumerable links, string content ) : string

메소드 상세

MessageProcessor() 공개 메소드

public MessageProcessor ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( string message ) : string
message string
리턴 string

ProcessMessage() 공개 메소드

public ProcessMessage ( string message ) : string
message string
리턴 string

TransformAndExtractUrls() 공개 정적인 메소드

public static TransformAndExtractUrls ( string message, HashSet &extractedUrls ) : string
message string
extractedUrls HashSet
리턴 string