C# Class Gwupe.Communication.P2P.RUDP.Connector.ProxyTcpConnection

Inheritance: Gwupe.Communication.P2P.RUDP.Connector.API.TcpTransportConnection
Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Protected Methods

Method Description
ProcessTransportSocketRead ( byte read, int length ) : bool
_Close ( ) : void

Private Methods

Method Description
ProxyTcpConnection ( TcpClient client, ITcpOverUdptSocket socket ) : System
TcpReaderToTransportSocketWriter ( ) : void

Method Details

ProcessTransportSocketRead() protected method

protected ProcessTransportSocketRead ( byte read, int length ) : bool
read byte
length int
return bool

_Close() protected method

protected _Close ( ) : void
return void