C# 클래스 PeerCastStation.UI.HTTP.AdminHost

상속: PeerCastStation.Core.PluginBase
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

보호된 메소드들

메소드 설명
OnStart ( ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
BuildChannelXml ( Channel c ) : System.Xml.Linq.XElement
BuildViewXml ( ) : byte[]
FindChannelFromQuery ( string>.Dictionary query ) : Channel
OnBump ( OWINEnv env, string>.Dictionary query, CancellationToken cancel_token ) : Task
OnProcess ( object>.IDictionary owinenv ) : Task
OnStop ( OWINEnv env, string>.Dictionary query, CancellationToken cancel_token ) : Task
OnViewXML ( OWINEnv env, string>.Dictionary query, CancellationToken cancel_token ) : Task

메소드 상세

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void