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