SipEndpoint.SipInstance Property
Gets the sipInstance parameter value used in the contact header for Register (used by the server to generate the GRUU).
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SipInstance As String
Get
Friend Set
'Usage
Dim instance As SipEndpoint
Dim value As String
value = instance.SipInstance
public string SipInstance { get; internal set; }
Property Value
Type: System.String