SipDetails.CSeq Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the value of CSeq header field.
public int CSeq { [Android.Runtime.Register("getCSeq", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCSeq", "()I", "", ApiSince=34)>]
member this.CSeq : int
Property Value
The command sequence value associated with this SIP information.
- Attributes
Remarks
Get the value of CSeq header field. The CSeq header field serves as a way to identify and order transactions.
Java documentation for android.telephony.ims.SipDetails.getCSeq()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.