C# Class Sharpex2D.Network.Protocols.Udp.UdpConnectionManager

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
AddPingRequest ( UdpPingRequest pingRequest ) : void

Adds a PingRequest to check.

RemoveByIP ( IPAddress ipAddress ) : void

Removes a PingRequest by ip.

Start ( ) : void

Starts checking.

Stop ( ) : void

Stops checking.

UdpConnectionManager ( ) : System

Initializes a new UdpConnectionManager class.

Private Methods

Méthode Description
InternalCheck ( ) : void

Method Details

AddPingRequest() public méthode

Adds a PingRequest to check.
public AddPingRequest ( UdpPingRequest pingRequest ) : void
pingRequest UdpPingRequest
Résultat void

RemoveByIP() public méthode

Removes a PingRequest by ip.
public RemoveByIP ( IPAddress ipAddress ) : void
ipAddress System.Net.IPAddress The IPAddress.
Résultat void

Start() public méthode

Starts checking.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops checking.
public Stop ( ) : void
Résultat void

UdpConnectionManager() public méthode

Initializes a new UdpConnectionManager class.
public UdpConnectionManager ( ) : System
Résultat System