CanHandleTransferReceived Property

Flag indicating whether call is handling the incoming refer messages.

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

Syntax

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

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

Property Value

Type: System..::..Boolean

Remarks

If flag returns true, only then will the Allowed header containing the REFER be sent out with the message.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace