C# Class Squared.Task.Http.ConnectionEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
LocalEndPoint System.Net.EndPoint

Public Methods

Method Description
ConnectionEventArgs ( EndPoint localEndPoint, EndPoint remoteEndPoint ) : System

Method Details

ConnectionEventArgs() public method

public ConnectionEventArgs ( EndPoint localEndPoint, EndPoint remoteEndPoint ) : System
localEndPoint System.Net.EndPoint
remoteEndPoint System.Net.EndPoint
return System

Property Details

LocalEndPoint public_oe property

public EndPoint,System.Net LocalEndPoint
return System.Net.EndPoint