C# Класс Legacy.Blog.Manager

Manages to send out trackbacks and then pingbacks if trackbacks aren't supported by the linked site.
Показать файл Открыть проект

Открытые методы

Метод Описание
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