C# Class IRC.Connection

Mostrar archivo Open project: tamaw/SharpIRC

Protected Properties

Property Type Description
TcpClient System.Net.Sockets.TcpClient

Public Methods

Method Description
Connection ( ) : System
Connection ( string server, int port = 6667 ) : System

Protected Methods

Method Description
Connect ( ) : void
Disconnect ( ) : void
Send ( string message ) : void

Method Details

Connect() protected method

protected Connect ( ) : void
return void

Connection() public method

public Connection ( ) : System
return System

Connection() public method

public Connection ( string server, int port = 6667 ) : System
server string
port int
return System

Disconnect() protected method

protected Disconnect ( ) : void
return void

Send() protected method

protected Send ( string message ) : void
message string
return void

Property Details

TcpClient protected_oe property

protected TcpClient,System.Net.Sockets TcpClient
return System.Net.Sockets.TcpClient