Share via


DisableReferredBySigning Property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This method will be removed from future versions. Use CallEstablishOptions.Transferor property to sign Referred-By headers in INVITE requests.")> _
Public Property DisableReferredBySigning As Boolean
    Get
    Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Boolean

value = instance.DisableReferredBySigning

instance.DisableReferredBySigning = value
[ObsoleteAttribute("This method will be removed from future versions. Use CallEstablishOptions.Transferor property to sign Referred-By headers in INVITE requests.")]
public bool DisableReferredBySigning { get; set; }

Property Value

Type: System..::..Boolean

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace