Differences

This shows you the differences between the selected revisions of the page.

2017-12-05 2022-06-17 (current)
removing unneeded byval (martin) promoting use of the keywords (martin)
Line 1: Line 1:
====== SessionOptions.AddRawSettings Method ====== ====== SessionOptions.AddRawSettings Method ======
-Allows configuring any site settings using [[rawsettings|raw format]] as in an INI file.+Allows configuring any site settings using [[rawsettings|raw format]] as in an INI file (with optional use of [[rawsettings#keywords|keywords]]).
===== Syntax ===== ===== Syntax =====
Line 20: Line 20:
<code csharp> <code csharp>
-sessionOptions.AddRawSettings("Compression", "1"); +sessionOptions.AddRawSettings("Compression", "on"); 
-sessionOptions.AddRawSettings("AgentFwd", "1");+sessionOptions.AddRawSettings("AgentFwd", "on");
</code> </code>

Last modified: by martin