SIPSorcery.SIP.App.SIPClientUserAgent.ServerTimedOut C# (CSharp) Method

ServerTimedOut() private method

private ServerTimedOut ( SIPTransaction sipTransaction ) : void
sipTransaction SIPSorcery.SIP.SIPTransaction
return void
        private void ServerTimedOut(SIPTransaction sipTransaction)
        {
            if (!m_callCancelled)
            {
                FireCallFailed(this, "Timeout, no response from server");
            }
        }