SIPSorcery.SIP.SIPEventDialogStateEvent.SIPEventDialogStateEvent C# (CSharp) Method

SIPEventDialogStateEvent() private method

private SIPEventDialogStateEvent ( string value ) : System
value string
return System
        private SIPEventDialogStateEvent(string value)
        {
            m_value = value;
        }