C# Class SIPSorcery.Net.STUNListener

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
logger log4net.ILog

Public Methods

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

Private Methods

Method Description
InitialiseSockets ( IPAddress localIPAddress, int localPort ) : IPEndPoint
Listen ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

STUNListener() public method

public STUNListener ( IPEndPoint endPoint ) : NUnit.Framework
endPoint System.Net.IPEndPoint
return NUnit.Framework

Send() public method

public Send ( IPEndPoint destinationEndPoint, byte buffer ) : void
destinationEndPoint System.Net.IPEndPoint
buffer byte
return void

Property Details

logger public property

public ILog,log4net logger
return log4net.ILog