Remove CauseTxt property
This commit is contained in:
parent
e1c51cafcb
commit
2bfa6badec
|
@ -19,10 +19,5 @@
|
||||||
/// Get/Set the cause of the hangup.
|
/// Get/Set the cause of the hangup.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Cause { get; set; }
|
public int Cause { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Get/Set the textual representation of the hangup cause.
|
|
||||||
/// </summary>
|
|
||||||
public string CauseTxt { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue