C# Class UdpRevicer, RTSPExample

Datei anzeigen Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
UdpRevicer ( ) : System
UdpRevicer ( int port ) : System
beginReceive ( ) : void
getLocalPort ( ) : int

Private Methods

Method Description
ReceiveCallback ( IAsyncResult ar ) : void

Method Details

UdpRevicer() public method

public UdpRevicer ( ) : System
return System

UdpRevicer() public method

public UdpRevicer ( int port ) : System
port int
return System

beginReceive() public method

public beginReceive ( ) : void
return void

getLocalPort() public method

public getLocalPort ( ) : int
return int