C# Class SimpleTCP.Message

Afficher le fichier Open project: BrandonPotter/SimpleTCP Class Usage Examples

Méthodes publiques

Méthode Description
Reply ( byte data ) : void
Reply ( string data ) : void
ReplyLine ( string data ) : void

Private Methods

Méthode Description
Message ( byte data, TcpClient tcpClient, System stringEncoder, byte lineDelimiter ) : System
Message ( byte data, TcpClient tcpClient, System stringEncoder, byte lineDelimiter, bool autoTrim ) : System

Method Details

Reply() public méthode

public Reply ( byte data ) : void
data byte
Résultat void

Reply() public méthode

public Reply ( string data ) : void
data string
Résultat void

ReplyLine() public méthode

public ReplyLine ( string data ) : void
data string
Résultat void