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

Show file 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 property

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

FacilitatorRepeatedEndPoint public property

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

InternalEndPoints public property

public List InternalEndPoints
return List