Beispiel #1
0
 /// <summary>
 /// This function instructs Tropo to "hang-up" or disconnect the session associated with the current session.
 /// </summary>
 public void Hangup()
 {
     Hangup hangup = new Hangup();
     Serialize(hangup, "hangup");
 }
Beispiel #2
0
        /// <summary>
        /// This function instructs Tropo to "hang-up" or disconnect the session associated with the current session.
        /// </summary>
        public void Hangup()
        {
            Hangup hangup = new Hangup();

            Serialize(hangup, "hangup");
        }