Gets the key identifying a signaling session.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SessionKey 
As 
Long
C#
public 
long 
SessionKey { 
get; }
Visual C++
public:
property 
long long 
SessionKey {
	
long long 
get ();
}
JavaScript
function get_
sessionKey();

Remarks

The SignalingSession key is unique on an endpoint basis.

See Also