C# Class NetMud.Telnet.Client

Inheritance: Channel, IDescriptor
Show file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
Client ( IPEndPoint _remoteEndPoint, System.DateTime _connectedAt, EClientState _clientState ) : System
Disconnect ( string finalMessage ) : void
Open ( ) : void
SendWrapper ( IEnumerable strings ) : bool
SendWrapper ( string str ) : bool

Method Details

Client() public method

public Client ( IPEndPoint _remoteEndPoint, System.DateTime _connectedAt, EClientState _clientState ) : System
_remoteEndPoint System.Net.IPEndPoint
_connectedAt System.DateTime
_clientState EClientState
return System

Disconnect() public method

public Disconnect ( string finalMessage ) : void
finalMessage string
return void

Open() public method

public Open ( ) : void
return void

SendWrapper() public method

public SendWrapper ( IEnumerable strings ) : bool
strings IEnumerable
return bool

SendWrapper() public method

public SendWrapper ( string str ) : bool
str string
return bool