C# Class Net.DDP.Client.DDPConnector

Afficher le fichier Open project: sonyarouje/DDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void
DDPConnector ( IClient client ) : System
Send ( string message ) : void

Private Methods

Méthode Description
_handle_Ping ( string message ) : bool
_socket_MessageReceived ( object sender, WebSocket4Net.MessageReceivedEventArgs e ) : void
_socket_Opened ( object sender, EventArgs e ) : void
_wait ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string url, bool keepAlive = true, bool useSsl = false ) : void
url string
keepAlive bool
useSsl bool
Résultat void

DDPConnector() public méthode

public DDPConnector ( IClient client ) : System
client IClient
Résultat System

Send() public méthode

public Send ( string message ) : void
message string
Résultat void