C# Class Araqne.Web.WebSocket

Afficher le fichier Open project: araqne/webfx

Méthodes publiques

Méthode Description
Close ( ) : void
Close ( Exception cause ) : void
Send ( string text ) : void
WebSocket ( Uri uri ) : System

Private Methods

Méthode Description
BuildText ( ReadContext ctx ) : string
Connect ( ) : void
GetHeader ( IDictionary headers, string name ) : string
NewHandshakeRequest ( string webSocketKey ) : string
NewWebSocketKey ( ) : string
ReadCallback ( IAsyncResult result ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Close() public méthode

public Close ( Exception cause ) : void
cause System.Exception
Résultat void

Send() public méthode

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

WebSocket() public méthode

public WebSocket ( Uri uri ) : System
uri System.Uri
Résultat System