SipInstance Property

Gets and sets the sipInstance parameter value used in the contact header for Register.

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
A string containing the parameter.

Remarks

The sipInstance parameter value is used by the server to generate the GRUU.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace