Метод | Описание | |
---|---|---|
GetPeers ( ) : IEnumerable |
Returns a list of peers that were found in the IRC channel. Note that just because a peer appears in the list does not mean it is accepting connections.
|
|
IrcDiscovery ( string channel, string server = "irc.lfnet.org", int port = 6667 ) : System |
Finds a list of peers by connecting to an IRC network, joining a channel, decoding the nicks and then disconnecting.
|
Метод | Описание | |
---|---|---|
OnIrcReceive ( string message ) : void | ||
OnIrcSend ( string message ) : void |
Метод | Описание | |
---|---|---|
CheckLineStatus ( string statusCode, string response ) : bool | ||
LogAndSend ( |
||
ParseUserList ( IEnumerable |
public IrcDiscovery ( string channel, string server = "irc.lfnet.org", int port = 6667 ) : System | ||
channel | string | The IRC channel to join, either "#bitcoin" or "#bitcoinTEST" for the production and test networks respectively. |
server | string | Name or textual IP address of the IRC server to join. |
port | int | The port of the IRC server to join. |
Результат | System |
protected OnIrcReceive ( string message ) : void | ||
message | string | |
Результат | void |
protected OnIrcSend ( string message ) : void | ||
message | string | |
Результат | void |