C# Class Gwupe.Cloud.Communication.CoupledConnection

Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Свойство Type Description
Closed bool
Closing bool

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( ) : void
CoupledConnection ( String uniqueId, String address, X509Certificate2 cert, bool>.Func readData ) : System
WriteData ( byte arrayBytes ) : void

Méthodes protégées

Méthode Description
OnConnected ( ) : void
OnDisconnected ( ) : void

Private Methods

Méthode Description
ProcessStream ( WebSocketConnection aconnection, int acode, MemoryStream adata ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

CoupledConnection() public méthode

public CoupledConnection ( String uniqueId, String address, X509Certificate2 cert, bool>.Func readData ) : System
uniqueId String
address String
cert System.Security.Cryptography.X509Certificates.X509Certificate2
readData bool>.Func
Résultat System

OnConnected() protected méthode

protected OnConnected ( ) : void
Résultat void

OnDisconnected() protected méthode

protected OnDisconnected ( ) : void
Résultat void

WriteData() public méthode

public WriteData ( byte arrayBytes ) : void
arrayBytes byte
Résultat void

Property Details

Closed public_oe property

public bool Closed
Résultat bool

Closing public_oe property

public bool Closing
Résultat bool