C# Class BTDB.Service.TcpipServer.Client

Inheritance: IChannel, ITcpIpChannel
Mostra file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
Client ( Socket socket ) : System
Connect ( IPEndPoint connectPoint ) : void
Dispose ( ) : void
ReceiveBody ( ) : void
Send ( ByteBuffer data ) : void
SignalDisconnected ( ) : void

Private Methods

Method Description
IsConnected ( ) : bool
Receive ( byte buf, int ofs, int len ) : bool
StartReceiving ( ) : void

Method Details

Client() public method

public Client ( Socket socket ) : System
socket Socket
return System

Connect() public method

public Connect ( IPEndPoint connectPoint ) : void
connectPoint System.Net.IPEndPoint
return void

Dispose() public method

public Dispose ( ) : void
return void

ReceiveBody() public method

public ReceiveBody ( ) : void
return void

Send() public method

public Send ( ByteBuffer data ) : void
data ByteBuffer
return void

SignalDisconnected() public method

public SignalDisconnected ( ) : void
return void