Browser..::..CallProxy..::..ProxyTransferType Enumeration |
Browser..::..CallProxy Class See Also Send Feedback |
Indicates the type of transfer requested in the VoiceXML document.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
protected enum ProxyTransferType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
No transfer type is given.
| |
Bridge | 1 |
The application redirects the caller to the recipient and remains in the connection.
Document interpretation suspends until the transferred call terminates.
| |
Blind | 2 |
The application redirects the caller to the recipient without remaining in the connection,
and does not monitor the outcome. The Browser exits the page.
| |
Consultation | 3 |
The application redirects the caller to the recipient and monitors the progress of the
transfer until the connection is established between caller and recipient. If the connection
is established, the Browser disconnects from the session.
|