Call.CanHandleTransferReceived Property

Definition

Gets whether the application supports handling of incoming transfer requests.

protected:
 virtual property bool CanHandleTransferReceived { bool get(); };
protected virtual bool CanHandleTransferReceived { get; }
member this.CanHandleTransferReceived : bool
Protected Overridable ReadOnly Property CanHandleTransferReceived As Boolean

Property Value

Remarks

This value is advertised in outgoing INVITE message. If the flag returns true, only the Allowed header containing the REFER will be send out with the message.

Applies to