Gets whether the application supports handling of incoming transfer requests.

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

Syntax

Visual Basic (Declaration)
Protected 
Overridable 
ReadOnly 
Property 
CanHandleTransferReceived 
As 
Boolean
C#
protected 
virtual 
bool 
CanHandleTransferReceived { 
get; }
Visual C++
protected:
virtual 
property 
bool 
CanHandleTransferReceived {
	
bool 
get ();
}
JavaScript
function get_
canHandleTransferReceived();

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.

See Also