SipDetails.CSeq Property

Definition

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.

Applies to