C# Class Gwupe.Communication.P2P.P2P.Tunnel.PeerInfo

Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
ExternalEndPoint System.Net.IPEndPoint
FacilitatorRepeatedEndPoint System.Net.IPEndPoint
InternalEndPoints List

Public Methods

Method Description
PeerInfo ( ) : System
ToString ( ) : String

Method Details

PeerInfo() public method

public PeerInfo ( ) : System
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

ExternalEndPoint public_oe property

public IPEndPoint,System.Net ExternalEndPoint
return System.Net.IPEndPoint

FacilitatorRepeatedEndPoint public_oe property

public IPEndPoint,System.Net FacilitatorRepeatedEndPoint
return System.Net.IPEndPoint

InternalEndPoints public_oe property

public List InternalEndPoints
return List