C# 클래스 RadioDld.RssServer

파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
RssServer ( int port ) : System
Start ( ) : void

Start waiting for the next client request.

비공개 메소드들

메소드 설명
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

메소드 상세

RssServer() 공개 메소드

public RssServer ( int port ) : System
port int
리턴 System

Start() 공개 메소드

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