SIPSorcery.SIP.App.SIPClientUserAgent.ServerTimedOut C# (CSharp) 메소드

ServerTimedOut() 개인적인 메소드

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