Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

VoiceXmlResult.Cookies Property

Gets a CookieContainer object.

Namespace:  Microsoft.Speech.VoiceXml.Common
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Public ReadOnly Property Cookies As CookieContainer
    Get
'Usage
Dim instance As VoiceXmlResult
Dim value As CookieContainer

value = instance.Cookies
public CookieContainer Cookies { get; }

Property Value

Type: System.Net.CookieContainer

See Also

Reference

VoiceXmlResult Class

VoiceXmlResult Members

Microsoft.Speech.VoiceXml.Common Namespace