Differences
This shows you the differences between the selected revisions of the page.
| 2012-09-24 | 2013-01-28 | ||
| 5.1 is stable (martin) | layout (martin) | ||
| Line 35: | Line 35: | ||
| ===== Methods ===== | ===== Methods ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | void AddRawSettings(string setting, string value) | Allows configuring any session settings using [[rawsettings|raw format]] as in an INI file. E.g. to enable SSH compression and agent forwarding use ''%%AddRawSettings("Compression", "1")%%'' and ''%%AddRawSettings("AgentFwd", "1")%%''. | | + | | void AddRawSettings(string setting, string value) | Allows configuring any session settings using [[rawsettings|raw format]] as in an INI file. \\ E.g. to enable SSH compression and agent forwarding use ''%%AddRawSettings("Compression", "1")%%'' and ''%%AddRawSettings("AgentFwd", "1")%%''. | |
| ===== Remarks ===== | ===== Remarks ===== | ||