C# Class PeerCastStation.UI.HTTP.APIHost

Inheritance: System.MarshalByRefObject, IUserInterface
Exibir arquivo Open project: kumaryu/peercaststation Class Usage Examples

Public Properties

Property Type Description
RequestLimit int
TimeoutLimit int

Public Methods

Method Description
CheckVersion ( ) : void
GetNewVersions ( ) : IEnumerable
GetNotificationMessages ( ) : IEnumerable
GetYPChannels ( ) : IEnumerable
ShowNotificationMessage ( NotificationMessage msg ) : void
UpdateYPChannels ( ) : IEnumerable

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
OnNewVersionFound ( object sender, NewVersionFoundEventArgs args ) : void
OnProcess ( object>.IDictionary owinenv ) : Task
SendJson ( OWINEnv env, JToken token, bool send_body, CancellationToken cancel_token ) : Task

Method Details

CheckVersion() public method

public CheckVersion ( ) : void
return void

GetNewVersions() public method

public GetNewVersions ( ) : IEnumerable
return IEnumerable

GetNotificationMessages() public method

public GetNotificationMessages ( ) : IEnumerable
return IEnumerable

GetYPChannels() public method

public GetYPChannels ( ) : IEnumerable
return IEnumerable

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

ShowNotificationMessage() public method

public ShowNotificationMessage ( NotificationMessage msg ) : void
msg NotificationMessage
return void

UpdateYPChannels() public method

public UpdateYPChannels ( ) : IEnumerable
return IEnumerable

Property Details

RequestLimit public_oe static_oe property

public static int RequestLimit
return int

TimeoutLimit public_oe static_oe property

public static int TimeoutLimit
return int