C# 클래스 MahTweets.TweetProcessors.WordTextProcessors.HttpUrl

상속: IWordTransfomProvider
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
AddImagePreviewIcon ( IStatusUpdate oStatusUpdate, InlineLink il, string matchedurl ) : void
HttpUrl ( ) : System
Match ( String word, System.Windows.Media.Brush lBrush, IStatusUpdate oStatusUpdate ) : InlineLink

비공개 메소드들

메소드 설명
AddAdditionalSmartText ( InlineLink il, string f ) : void
CheckAndConvertToLongUrl ( IStatusUpdate oStatusUpdate, InlineLink il, string nmatched ) : void
CheckAndConvertToManualLongUrl ( string nmatched ) : Task

메소드 상세

AddImagePreviewIcon() 공개 메소드

public AddImagePreviewIcon ( IStatusUpdate oStatusUpdate, InlineLink il, string matchedurl ) : void
oStatusUpdate IStatusUpdate
il MahTweets.Core.Media.InlineLink
matchedurl string
리턴 void

HttpUrl() 공개 메소드

public HttpUrl ( ) : System
리턴 System

Match() 공개 메소드

public Match ( String word, System.Windows.Media.Brush lBrush, IStatusUpdate oStatusUpdate ) : InlineLink
word String
lBrush System.Windows.Media.Brush
oStatusUpdate IStatusUpdate
리턴 MahTweets.Core.Media.InlineLink