C# (CSharp) Kamsar.WebConsole Namespace

Nested Namespaces

Kamsar.WebConsole.MvcSamples
Kamsar.WebConsole.Samples

Classes

Name Description
Html5WebConsole Implements a WebConsole that has a basic HTML5 page wrapper on it.
RemoteWebConsole A WebConsole "API" that sends the raw console command scripts only. The RemoteWebConsoleReceiver is a type of console specialized to receive these remote scripts. You can use this to "syndicate" a console's output from a remote service into another application.
RemoteWebConsoleReceiver Implements a WebConsole that gets its data feed from a streaming RemoteWebConsole somewhere else
StringProgressStatus Variant of the IProgressStatus that saves the output lines to a StringBuilder for programmatic capture Progress reports are not captured.
SubtaskProgressStatus An implementation of IProgressStatus designed to be used as a "subtask" within a parent IProgressStatus. This encapsulates the idea of task progress, e.g. the method receiving this progress object need only be concerned with its own 1-100% progress, not the overall progress of all tasks. The total progress of the console is scaled proprotionally to the number of total tasks provided.
TeeProgressStatus "Splits" a progress status to multiple destination progress objects This is useful when you may want to send progress output both to a file log and a webconsole, or other multi-destination tasks.
WebConsole Implements a basic WebConsole in HTML snippets. When using this class you're responsible for wrapping HTML and making sure the console output is emitted at a proper location.
WebConsolePage Implements a WebForms page that has a WebConsole as its contents. Content from the page's aspx will be ignored and replaced with the web console.