Call.CanHandleTransferReceived Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.