Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetNodes ( ) : SharpTox.Core.ToxNode[] |
Parses and returns an array of nodes grabbed from https://wiki.tox.im/Nodes. Only use this if you're desperate.
|
|
ToxNode ( string address, int port, |
Initializes a new instance of the ToxNode class.
|
|
operator ( ) : bool |
public static GetNodes ( ) : SharpTox.Core.ToxNode[] | ||
return | SharpTox.Core.ToxNode[] |
public ToxNode ( string address, int port, |
||
address | string | |
port | int | |
publicKey | ||
return | System.Collections.Generic |