C# Класс Banshee.RemoteListener.RemoteListenerService

Remote control extension for banshee player.
Наследование: IExtensionService, IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
RemotePassIdSchema SchemaEntry
RemotePortSchema SchemaEntry

Private Properties

Свойство Тип Описание
IDisposable void
IExtensionService void
OnIncomingConnection void
OnReceiveRequest void
OnSentResponse void
OnSourceRemoved void

Открытые методы

Метод Описание
StartRemoteListener ( ) : void

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

Приватные методы

Метод Описание
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

Описание методов

StartRemoteListener() публичный Метод

Start remote control socket listener with port given in the preferences.
public StartRemoteListener ( ) : void
Результат void

Описание свойств

RemotePassIdSchema публичное статическое свойство

public static SchemaEntry RemotePassIdSchema
Результат SchemaEntry

RemotePortSchema публичное статическое свойство

public static SchemaEntry RemotePortSchema
Результат SchemaEntry