C# Class SharpTox.Core.ToxNode

Represents a tox node.
Afficher le fichier Open project: hexafluoride/Detox Class Usage Examples

Méthodes publiques

Méthode 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, ToxKey publicKey ) : System.Collections.Generic

Initializes a new instance of the ToxNode class.

operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNodes() public static méthode

Parses and returns an array of nodes grabbed from https://wiki.tox.im/Nodes. Only use this if you're desperate.
public static GetNodes ( ) : SharpTox.Core.ToxNode[]
Résultat SharpTox.Core.ToxNode[]

ToxNode() public méthode

Initializes a new instance of the ToxNode class.
public ToxNode ( string address, int port, ToxKey publicKey ) : System.Collections.Generic
address string
port int
publicKey ToxKey
Résultat System.Collections.Generic

operator() public static méthode

public static operator ( ) : bool
Résultat bool