C# Class Navico.GoFree

Inheritance: IDisposable
显示文件 Open project: parsley72/GoFreeWebSocketTest Class Usage Examples

Public Methods

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

Private Methods

Method Description
configure ( ) : void
parseTextMessage ( string data ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GoFree() public method

public GoFree ( string url ) : System
url string
return System

Write() public method

public Write ( FileInfo file ) : void
file FileInfo
return void

Write() public method

public Write ( string data ) : void
data string
return void