C# Class AnimatGuiCtrls.Network.PingResponseEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

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

Method Details

PingResponseEventArgs() public method

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
return System