C# Class CryptoIRC.IRCCurrency

Exibir arquivo Open project: GarageGames/Bitcoin Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
DiscoverPeer ( string peerName ) : void
GetChannels ( ) : string[]
IRCCurrency ( PeerDiscoveredCB cb ) : System
JoinChannel ( string channelName ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DiscoverPeer() public method

public DiscoverPeer ( string peerName ) : void
peerName string
return void

GetChannels() public method

public GetChannels ( ) : string[]
return string[]

IRCCurrency() public method

public IRCCurrency ( PeerDiscoveredCB cb ) : System
cb PeerDiscoveredCB
return System

JoinChannel() public method

public JoinChannel ( string channelName ) : void
channelName string
return void