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