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

Inheritance: IInternalTcpOverUdptSocket
Datei anzeigen Open project: gwupe/Gwupe

Public Methods

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

Private Methods

Method Description
ProcessWorkingBuffer ( byte data, int maxRead, int readData ) : int

Method Details

BufferClientData() public method

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

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

StandardTcpOverUdptSocket() public method

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