CaptchaAudioGetWaveStream Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic MemoryStream GetWaveStream(
string currentApplicationPath
)
Public Function GetWaveStream (
currentApplicationPath As String
) As MemoryStream
public:
MemoryStream^ GetWaveStream(
String^ currentApplicationPath
)
member GetWaveStream :
currentApplicationPath : string -> MemoryStream
Parameters
- currentApplicationPath
- Type: SystemString
Return Value
Type:
MemoryStream
See Also