C# 클래스 Banshee.RemoteListener.RemoteListenerService

Remote control extension for banshee player.
상속: IExtensionService, IDisposable
파일 보기 프로젝트 열기: Knickedi/banshee-remote

공개 프로퍼티들

프로퍼티 타입 설명
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