Gets the sequence number of the response.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
CSeq 
As 
Integer
C#
public 
int 
CSeq { 
get; }
Visual C++
public:
property 
int 
CSeq {
	
int 
get ();
}
JavaScript
function get_
cSeq();

See Also