CallEstablishOptions.Transferor 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 or sets the transferor address. The application MUST verify (see remarks for more details) the identify of the transferor before setting this property.
public:
property System::String ^ Transferor { System::String ^ get(); void set(System::String ^ value); };
public string Transferor { get; set; }
member this.Transferor : string with get, set
Public Property Transferor As String
Property Value
Exceptions
Thrown when the value set is null.
Thrown when the string is not a well formed URI string.
Remarks
This value will be used in the outgoing invite request to set the Referred-By header. If this property is not set, Referred-By header will not be added by the platform. If a server platform and application endpoint are configured to use MTLS, Referred-By header will be signed to ensure that it is not altered by anyone else. The platform will not sign the header if added explicitly by the application.
It is important for applications to verify the accuracy of the information given in this property and not simply copy from another source. This may be accomplished by PIN code, logon credentials, or by verifying against a database.