Delegate TransactionRequestReceivedDelegate
Delegate type for the RequestReceived event of all SipTransactionBase derived classes.
Namespace: SipLib.Transactions
Assembly: SipLib.dll
Syntax
public delegate void TransactionRequestReceivedDelegate(SIPRequest Request, IPEndPoint RemoteEndPoint, SipTransactionBase Transaction)
Parameters
Type | Name | Description |
---|---|---|
SIPRequest | Request | SIPRequest that the transaction handled. |
IPEndPoint | RemoteEndPoint | Remote endpoint that sent the request. |
SipTransactionBase | Transaction | Transaction that fired the event. |