ControlStreamFileCommand Class |
Namespace: AsterNET.FastAGI.Command
The ControlStreamFileCommand type exposes the following members.
Name | Description | |
---|---|---|
ControlStreamFileCommand(String) |
Creates a new ControlStreamFileCommand, streaming from the beginning. It
uses the default digit "#" for forward and "*" for rewind and does not
support pausing.
| |
ControlStreamFileCommand(String, String) |
Creates a new ControlStreamFileCommand, streaming from the beginning. It
uses the default digit "#" for forward and "*" for rewind and does not
support pausing.
| |
ControlStreamFileCommand(String, String, Int32) |
Creates a new ControlStreamFileCommand, streaming from the given offset.
It uses the default digit "#" for forward and "*" for rewind and does not
support pausing.
| |
ControlStreamFileCommand(String, String, Int32, String, String, String) |
Creates a new ControlStreamFileCommand, streaming from the given offset.
It uses the default digit "#" for forward and "*" for rewind and does not
support pausing.
|
Name | Description | |
---|---|---|
BuildCommand | (Overrides AGICommandBuildCommand.) | |
ControlDigits(String, String) |
Sets the control digits for fast forward and rewind.
| |
ControlDigits(String, String, String) |
Sets the control digits for fast forward, rewind and pause.
| |
Equals | (Inherited from Object.) | |
EscapeAndQuote | (Inherited from AGICommand.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from AGICommand.) |
Name | Description | |
---|---|---|
EscapeDigits |
Get/Set the digits that allow the user to interrupt this command or null for none.
| |
File |
Get/Set the name of the file to stream.
| |
ForwardDigit |
Get the digit for fast forward.
| |
Offset |
Get/Set the offset samples to skip before streaming.
| |
PauseDigit |
Get the digit for pause and unpause.
| |
RewindDigit |
Get the digit for rewind.
|