示例#1
0
 /// <summary>
 /// Allows Tropo applications to reject incoming sessions before they are answered. 
 /// </summary>
 public void Reject()
 {
     Reject reject = new Reject();
     Serialize(reject, "reject");
 }
示例#2
0
        /// <summary>
        /// Allows Tropo applications to reject incoming sessions before they are answered.
        /// </summary>
        public void Reject()
        {
            Reject reject = new Reject();

            Serialize(reject, "reject");
        }