C# Class Banshee.RemoteListener.RemoteListenerService

Remote control extension for banshee player.
Inheritance: IExtensionService, IDisposable
Datei anzeigen Open project: Knickedi/banshee-remote

Public Properties

Property Type Description
RemotePassIdSchema SchemaEntry
RemotePortSchema SchemaEntry

Private Properties

Property Type Description
IDisposable void
IExtensionService void
OnIncomingConnection void
OnReceiveRequest void
OnSentResponse void
OnSourceRemoved void

Public Methods

Method Description
StartRemoteListener ( ) : void

Start remote control socket listener with port given in the preferences.

Private Methods

Method Description
IDisposable ( ) : void
IExtensionService ( ) : void
OnIncomingConnection ( IAsyncResult ar ) : void

Trigger on incomming client request.

OnReceiveRequest ( IAsyncResult ar ) : void

Triggered when received client request was read.

OnSentResponse ( IAsyncResult ar ) : void

Triggered when response was sent back to client.

OnSourceRemoved ( Sources args ) : void

Method Details

StartRemoteListener() public method

Start remote control socket listener with port given in the preferences.
public StartRemoteListener ( ) : void
return void

Property Details

RemotePassIdSchema public_oe static_oe property

public static SchemaEntry RemotePassIdSchema
return SchemaEntry

RemotePortSchema public_oe static_oe property

public static SchemaEntry RemotePortSchema
return SchemaEntry