C# Class SimpleTCP.Message

Show file Open project: BrandonPotter/SimpleTCP Class Usage Examples

Public Methods

Method Description
Reply ( byte data ) : void
Reply ( string data ) : void
ReplyLine ( string data ) : void

Private Methods

Method 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 method

public Reply ( byte data ) : void
data byte
return void

Reply() public method

public Reply ( string data ) : void
data string
return void

ReplyLine() public method

public ReplyLine ( string data ) : void
data string
return void