C# Class Automobile.Communication.Tcp.TcpCommunicator

A communicator which operates over TCP
Inheritance: Communicator
Afficher le fichier Open project: vistaprint/automobile

Méthodes publiques

Méthode Description
Close ( ) : void

Close the stream

Initialize ( ) : void

Prepare the stream for reading and writing

Méthodes protégées

Méthode Description
TcpCommunicator ( IPAddress ip, int port ) : System.Net

A Communicator with a given IP and Port

Method Details

Close() public méthode

Close the stream
public Close ( ) : void
Résultat void

Initialize() public méthode

Prepare the stream for reading and writing
public Initialize ( ) : void
Résultat void

TcpCommunicator() protected méthode

A Communicator with a given IP and Port
protected TcpCommunicator ( IPAddress ip, int port ) : System.Net
ip System.Net.IPAddress IP associated with this TcpCommunicator
port int Port associated with this TcpCommunicator
Résultat System.Net