C# Class RadioDld.RssServer

Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
RssServer ( int port ) : System
Start ( ) : void

Start waiting for the next client request.

Private Methods

Méthode Description
DescriptionHTML ( string text ) : string
DownloadContent ( HttpListenerContext context ) : void
DurationString ( Model download ) : string
EpisodeImageContent ( HttpListenerContext context ) : void
ErrorPage404 ( HttpListenerContext context ) : void
FeedImageContent ( HttpListenerContext context ) : void
GetContextCallback ( IAsyncResult result ) : void
MimeTypeForFile ( string filePath ) : string
RssFeed ( HttpListenerContext context ) : void

Method Details

RssServer() public méthode

public RssServer ( int port ) : System
port int
Résultat System

Start() public méthode

Start waiting for the next client request.
public Start ( ) : void
Résultat void