C# Class Navico.GoFree

Inheritance: IDisposable
Afficher le fichier Open project: parsley72/GoFreeWebSocketTest Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
Dispose ( ) : void
GoFree ( string url ) : System
Write ( FileInfo file ) : void
Write ( string data ) : void

Private Methods

Méthode Description
configure ( ) : void
parseTextMessage ( string data ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GoFree() public méthode

public GoFree ( string url ) : System
url string
Résultat System

Write() public méthode

public Write ( FileInfo file ) : void
file FileInfo
Résultat void

Write() public méthode

public Write ( string data ) : void
data string
Résultat void