C# Class BTDB.Service.TcpipServer.Client

Inheritance: IChannel, ITcpIpChannel
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IsConnected ( ) : bool
Receive ( byte buf, int ofs, int len ) : bool
StartReceiving ( ) : void

Method Details

Client() public méthode

public Client ( Socket socket ) : System
socket Socket
Résultat System

Connect() public méthode

public Connect ( IPEndPoint connectPoint ) : void
connectPoint System.Net.IPEndPoint
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReceiveBody() public méthode

public ReceiveBody ( ) : void
Résultat void

Send() public méthode

public Send ( ByteBuffer data ) : void
data ByteBuffer
Résultat void

SignalDisconnected() public méthode

public SignalDisconnected ( ) : void
Résultat void