C# Class CryptoIRC.CryptoIRC

Afficher le fichier Open project: GarageGames/Bitcoin

Méthodes publiques

Méthode Description
CryptoIRC ( ) : System
Destroy ( ) : void
SubscribeCurrency ( string currency, PeerDiscoveredCB cb ) : void

Private Methods

Méthode Description
Connect ( ) : void
HandleUserJoinedChannel ( string joinInfo ) : void
HandleUserList ( string users ) : void
IrcThread ( ) : void
ProcessPacket ( byte packet ) : void
ProcessPackets ( ) : void
ReadPackets ( ) : void
SendString ( string str ) : void
UpdateConnected ( ) : void

Method Details

CryptoIRC() public méthode

public CryptoIRC ( ) : System
Résultat System

Destroy() public méthode

public Destroy ( ) : void
Résultat void

SubscribeCurrency() public méthode

public SubscribeCurrency ( string currency, PeerDiscoveredCB cb ) : void
currency string
cb PeerDiscoveredCB
Résultat void