C# Class SIPSorcery.Sys.UDPListener

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
PacketReceived Action

Méthodes publiques

Méthode Description
Close ( ) : void
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
Send ( IPEndPoint destinationEndPoint, byte buffer, int length ) : void
Send ( IPEndPoint destinationEndPoint, string message ) : void
UDPListener ( IPEndPoint endPoint ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
Initialise ( ) : void
Listen ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Send() public méthode

public Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
Résultat void

Send() public méthode

public Send ( IPEndPoint destinationEndPoint, byte buffer, int length ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
length int
Résultat void

Send() public méthode

public Send ( IPEndPoint destinationEndPoint, string message ) : void
destinationEndPoint System.Net.IPEndPoint
message string
Résultat void

UDPListener() public méthode

public UDPListener ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
Résultat System

Property Details

PacketReceived public_oe property

public Action PacketReceived
Résultat Action