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

Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
ProcessWaveRs ( StandardWaveTunnelRsPacket packet ) : void
Wave ( IPEndPoint facilitatorIp, int timeout, UdpClient udpClient ) : PeerInfo

Private Methods

Method Description
GetDefaultIp ( IPEndPoint ip ) : IPAddress
GetLocalEndPoint ( IPEndPoint ip, UdpClient udpClient ) : IPEndPoint
GetLocalEndPoints ( UdpClient udpClient ) : List
GetLocalIps ( ) : List
GuessLocalIp ( ) : IPAddress
InitReceiverWaveRs ( ) : void
ListenForPackets ( ) : void

Method Details

ProcessWaveRs() public method

public ProcessWaveRs ( StandardWaveTunnelRsPacket packet ) : void
packet Gwupe.Communication.P2P.RUDP.Packet.Tunnel.StandardWaveTunnelRsPacket
return void

Wave() public method

public Wave ( IPEndPoint facilitatorIp, int timeout, UdpClient udpClient ) : PeerInfo
facilitatorIp System.Net.IPEndPoint
timeout int
udpClient System.Net.Sockets.UdpClient
return PeerInfo