C# Class btEngine.Listeners

Show file Open project: gurudvlp/SoundCloudFS Class Usage Examples

Public Methods

Method Description
Listen ( ) : void
Listeners ( ) : System
Listeners ( int port, string title, string protocol ) : System
Save ( string conffilename ) : bool

Private Methods

Method Description
ListenForClients ( ) : void

Method Details

Listen() public method

public Listen ( ) : void
return void

Listeners() public method

public Listeners ( ) : System
return System

Listeners() public method

public Listeners ( int port, string title, string protocol ) : System
port int
title string
protocol string
return System

Save() public method

public Save ( string conffilename ) : bool
conffilename string
return bool