Click or drag to resize
ControlStreamFileCommandControlDigits Method (String, String)
Sets the control digits for fast forward and rewind.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ControlDigits(
	string forwardDigit,
	string rewindDigit
)

Parameters

forwardDigit
Type: SystemString
the digit for fast forward.
rewindDigit
Type: SystemString
the digit for rewind.
See Also