TransferredBy Property

Gets the transferor URI, if present.

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

Syntax

'Declaration
Public ReadOnly Property TransferredBy As String
    Get
'Usage
Dim instance As CallTransferReceivedEventArgs
Dim value As String

value = instance.TransferredBy
public string TransferredBy { get; }

Property Value

Type: System..::..String

Remarks

Otherwise, returns an empty string.

Transferor sends its URI on the REFER message via the Referred-By header. This property gets the Referred-by header value if the header is present. Otherwise, it returns an empty string.

See Also

Reference

CallTransferReceivedEventArgs Class

CallTransferReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace