C# Class AnimatGuiCtrls.Network.PingResponseEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

Méthode Description
PingResponseEventArgs ( IPAddress serverAddress, PingResponseType result, int responseTime, int byteCount, bool cancel ) : System

Method Details

PingResponseEventArgs() public méthode

public PingResponseEventArgs ( IPAddress serverAddress, PingResponseType result, int responseTime, int byteCount, bool cancel ) : System
serverAddress System.Net.IPAddress
result PingResponseType
responseTime int
byteCount int
cancel bool
Résultat System