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

Inheritance: BmUdtSocket
Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Public Methods

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

Method Details

BmUdtEncryptedSocket() public method

public BmUdtEncryptedSocket ( ) : System
return System

BmUdtEncryptedSocket() public method

public BmUdtEncryptedSocket ( String encryptionKey ) : System
encryptionKey String
return System

Read() public method

public Read ( byte data, int maxRead ) : int
data byte
maxRead int
return int

Send() public method

public Send ( byte data, int length ) : void
data byte
length int
return void