Moosh Methods |
The Moosh type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Async(Action) |
Asynchronously runs a function.
|
![]() ![]() | Async(Delegate, Object) |
Asynchronously runs a function with unlimited arguments.
|
![]() ![]() | AsyncT(ActionT, T) |
Asynchronously runs a function with a single argument.
|
![]() ![]() | Csv(Stream) |
Parses a CSV string from an input stream.
|
![]() ![]() | Csv(String) |
Parses a CSV string.
|
![]() ![]() | Get(String, ActionException, StreamReader) |
Asynchronously runs an HTTP GET request.
|
![]() ![]() | Get(String, ActionHttpWebRequest, ActionException, StreamReader) |
Asynchronously runs an HTTP GET request.
|
![]() ![]() | List |
Mostly redundant, but initializes a list from any IEnumerable.
|
![]() ![]() | Logs(Stream) |
Creates a logger, with a designated output stream.
|
![]() ![]() | Logs(String, Boolean) |
Creates a logger, with a designated output filename.
|
![]() ![]() | Post(String, DictionaryString, Object, ActionException, StreamReader) |
Asynchronously runs an HTTP POST request.
|
![]() ![]() | Post(String, DictionaryString, String, ActionHttpWebRequest, ActionException, StreamReader) |
Asynchronously runs an HTTP POST request.
|
![]() ![]() | Prompt |
Prints a string, and awaits the user's response.
|
![]() ![]() | PromptN |
Prints a string and a newline, and awaits the user's response.
|
![]() ![]() | Settings |
Reads or creates a CSV settings file with the desired name.
|