C# Class Brunet.Transport.UdpEdgeListener.UdpMessage

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

public ICopyable Data
return ICopyable

Dst public property

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

LocalID public property

public int LocalID
return int

RemoteID public property

public int RemoteID
return int