C# Class RadioDld.RssServer

Show file Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
RssServer ( int port ) : System
Start ( ) : void

Start waiting for the next client request.

Private Methods

Method 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 method

public RssServer ( int port ) : System
port int
return System

Start() public method

Start waiting for the next client request.
public Start ( ) : void
return void