C# Class Squared.Task.Http.ConnectionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: sq/Fracture Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalEndPoint System.Net.EndPoint

Méthodes publiques

Méthode Description
ConnectionEventArgs ( EndPoint localEndPoint, EndPoint remoteEndPoint ) : System

Method Details

ConnectionEventArgs() public méthode

public ConnectionEventArgs ( EndPoint localEndPoint, EndPoint remoteEndPoint ) : System
localEndPoint System.Net.EndPoint
remoteEndPoint System.Net.EndPoint
Résultat System

Property Details

LocalEndPoint public_oe property

public EndPoint,System.Net LocalEndPoint
Résultat System.Net.EndPoint