C# Class Terrarium.Server.PeerDiscoveryService

The Peer Discovery Service is the central location where peers can announce their existence and get information about other peers. The primary services here are registering a user's email address, getting peer counts and lists, and registering a peer.
Inheritance: System.Web.Services.WebService, IPeerDiscoveryService
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Private Methods

Méthode Description
GetNumPeers ( string version, string channel ) : int
GetTotalNumPeers ( ) : int
IsVersionDisabled ( string version, string &errorMessage ) : bool
PeerDiscoveryService ( ) : System

Instantiates performance counters for the PeerDiscoveryService.

RegisterMyPeerGetCountAndPeerList ( string version, string channel, System.Guid guid, DataSet &peers, int &count ) : RegisterPeerResult
RegisterUser ( string email ) : System.Boolean
ValidatePeer ( ) : string