C# 클래스 Legacy.Blog.Manager

Manages to send out trackbacks and then pingbacks if trackbacks aren't supported by the linked site.
파일 보기 프로젝트 열기: snahider/Test-Automation-NET

공개 메소드들

메소드 설명
Send ( IPublishable item, Uri itemUrl ) : void

Sends the trackback or pingback message. It will try to send a trackback message first, and if the refered web page doesn't support trackbacks, a pingback is sent.

SendNonStatic ( IPublishable item, Uri itemUrl ) : void
SendnOsTATIC ( IPublishable item, Uri itemUrl ) : void

비공개 메소드들

메소드 설명
GetTrackBackUrlFromPage ( string input ) : Uri

Examines the web page source code to retrieve the trackback link from the RDF.

GetUrlsFromContent ( string content ) : IEnumerable

Gets all the URLs from the specified string.

메소드 상세

Send() 공개 정적인 메소드

Sends the trackback or pingback message. It will try to send a trackback message first, and if the refered web page doesn't support trackbacks, a pingback is sent.
public static Send ( IPublishable item, Uri itemUrl ) : void
item IPublishable /// The publishable item. ///
itemUrl System.Uri /// The item Url. ///
리턴 void

SendNonStatic() 공개 메소드

public SendNonStatic ( IPublishable item, Uri itemUrl ) : void
item IPublishable
itemUrl System.Uri
리턴 void

SendnOsTATIC() 공개 메소드

public SendnOsTATIC ( IPublishable item, Uri itemUrl ) : void
item IPublishable
itemUrl System.Uri
리턴 void