C# Class IRC.Connection

Afficher le fichier Open project: tamaw/SharpIRC

Protected Properties

Свойство Type Description
TcpClient System.Net.Sockets.TcpClient

Méthodes publiques

Méthode Description
Connection ( ) : System
Connection ( string server, int port = 6667 ) : System

Méthodes protégées

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
Send ( string message ) : void

Method Details

Connect() protected méthode

protected Connect ( ) : void
Résultat void

Connection() public méthode

public Connection ( ) : System
Résultat System

Connection() public méthode

public Connection ( string server, int port = 6667 ) : System
server string
port int
Résultat System

Disconnect() protected méthode

protected Disconnect ( ) : void
Résultat void

Send() protected méthode

protected Send ( string message ) : void
message string
Résultat void

Property Details

TcpClient protected_oe property

protected TcpClient,System.Net.Sockets TcpClient
Résultat System.Net.Sockets.TcpClient