C# Класс SIPSorcery.SIP.SIPCancelTransaction

Наследование: SIPTransaction
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
GetCancelResponse ( SIPRequest sipRequest, SIPResponseStatusCodesEnum sipResponseCode ) : SIPResponse
SIPCancelTransaction ( SIPTransport sipTransport, SIPRequest sipRequest, SIPEndPoint dstEndPoint, SIPEndPoint localSIPEndPoint, UASInviteTransaction originalTransaction ) : NUnit.Framework
SIPCancelTransaction_TransactionFinalResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void
SIPCancelTransaction_TransactionRemoved ( SIPTransaction transaction ) : void
SIPCancelTransaction_TransactionRequestReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPRequest sipRequest ) : void