CanHandleTransferReceived Property

Flag indicating whether the call is handling the incoming refer messages.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property CanHandleTransferReceived As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.CanHandleTransferReceived
protected override bool CanHandleTransferReceived { get; }

Property Value

Type: System..::..Boolean

Remarks

If the flag returns true, then only the Allowed header containing the REFER will be sent out with the message. For an AudioVideoCall this flag will be true if application registered an event Handler for Transferred event.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace