C# Class Medusa.Network.Service.TcpClientExceptionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: fjz13/Medusa Class Usage Examples

Méthodes publiques

Méthode Description
TcpClientExceptionEventArgs ( TcpClient client, Exception innerException ) : System

Method Details

TcpClientExceptionEventArgs() public méthode

public TcpClientExceptionEventArgs ( TcpClient client, Exception innerException ) : System
client System.Net.Sockets.TcpClient
innerException System.Exception
Résultat System