Remove CauseTxt property

This commit is contained in:
Denis Dyner 2020-01-27 14:26:46 +03:00
parent e1c51cafcb
commit 2bfa6badec

View file

@ -19,10 +19,5 @@
/// Get/Set the cause of the hangup.
/// </summary>
public int Cause { get; set; }
/// <summary>
/// Get/Set the textual representation of the hangup cause.
/// </summary>
public string CauseTxt { get; set; }
}
}