Delegate STUNRequestReceivedDelegate
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate void STUNRequestReceivedDelegate(IPEndPoint localEndPoint, IPEndPoint remoteEndPoint, byte[] buffer, int bufferLength);
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPEndPoint | localEndPoint | |
System.Net.IPEndPoint | remoteEndPoint | |
System.Byte[] | buffer | |
System.Int32 | bufferLength |