C# Class Gwupe.Communication.P2P.RUDP.Socket.BufferedTcpOverUdptSocket

Inheritance: IInternalTcpOverUdptSocket
Mostra file Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
BufferClientData ( byte data ) : int
BufferedTcpOverUdptSocket ( ITcpTransportLayer connection ) : System
Close ( ) : void
Read ( byte data, int maxRead ) : int
Send ( byte data, int length, int timeout ) : void

Method Details

BufferClientData() public method

public BufferClientData ( byte data ) : int
data byte
return int

BufferedTcpOverUdptSocket() public method

public BufferedTcpOverUdptSocket ( ITcpTransportLayer connection ) : System
connection ITcpTransportLayer
return System

Close() public method

public Close ( ) : void
return void

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, int timeout ) : void
data byte
length int
timeout int
return void