C# Class Brunet.Transport.UdpEdgeListener.UdpMessage

Datei anzeigen Open project: pstjuste/brunet

Public Properties

Property Type Description
Data ICopyable
Dst System.Net.EndPoint
LocalID int
RemoteID int

Public Methods

Method Description
UdpMessage ( int localid, int remoteid, ICopyable data, EndPoint dst ) : System

Method Details

UdpMessage() public method

public UdpMessage ( int localid, int remoteid, ICopyable data, EndPoint dst ) : System
localid int
remoteid int
data ICopyable
dst System.Net.EndPoint
return System

Property Details

Data public_oe property

public ICopyable Data
return ICopyable

Dst public_oe property

public EndPoint,System.Net Dst
return System.Net.EndPoint

LocalID public_oe property

public int LocalID
return int

RemoteID public_oe property

public int RemoteID
return int