C# Class RtpLib.UdpBuffer

Buffer containing information received or sent using the UdpListener
Show file Open project: kthompson/RtpLib Class Usage Examples

Public Properties

Property Type Description
Data byte[]
RemoteEndPoint System.Net.EndPoint
Size int

Public Methods

Method Description
UdpBuffer ( ) : System
UdpBuffer ( int bufferSize ) : System

Method Details

UdpBuffer() public method

public UdpBuffer ( ) : System
return System

UdpBuffer() public method

public UdpBuffer ( int bufferSize ) : System
bufferSize int
return System

Property Details

Data public property

public byte[] Data
return byte[]

RemoteEndPoint public property

public EndPoint,System.Net RemoteEndPoint
return System.Net.EndPoint

Size public property

public int Size
return int