C# Class Gwupe.Communication.P2P.P2P.Socket.BmUdtEncryptedSocket

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

Méthodes publiques

Méthode Description
BmUdtEncryptedSocket ( ) : System
BmUdtEncryptedSocket ( String encryptionKey ) : System
Read ( byte data, int maxRead ) : int
Send ( byte data, int length ) : void

Method Details

BmUdtEncryptedSocket() public méthode

public BmUdtEncryptedSocket ( ) : System
Résultat System

BmUdtEncryptedSocket() public méthode

public BmUdtEncryptedSocket ( String encryptionKey ) : System
encryptionKey String
Résultat System

Read() public méthode

public Read ( byte data, int maxRead ) : int
data byte
maxRead int
Résultat int

Send() public méthode

public Send ( byte data, int length ) : void
data byte
length int
Résultat void