C# Class SIPSorcery.Net.STUNListener

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

Méthodes publiques

Свойство Type Description
logger log4net.ILog

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( bool disposing ) : void
STUNListener ( IPEndPoint endPoint ) : NUnit.Framework
Send ( IPEndPoint destinationEndPoint, byte buffer ) : void

Private Methods

Méthode Description
InitialiseSockets ( IPAddress localIPAddress, int localPort ) : IPEndPoint
Listen ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

STUNListener() public méthode

public STUNListener ( IPEndPoint endPoint ) : NUnit.Framework
endPoint System.Net.IPEndPoint
Résultat NUnit.Framework

Send() public méthode

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

Property Details

logger public_oe property

public ILog,log4net logger
Résultat log4net.ILog