You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"v|verbose","Enable verbose debug output", v =>debug=v!=null},
172
174
{"useser","Uses old serialization tricks, only works on full type filter services",
173
175
v =>_useser=v!=null},
176
+
{"uselease","Uses new serialization tricks by abusing lease mechanism.",
177
+
v =>_useser=_uselease=v!=null},
174
178
{"nulluri","Don't send the URI header to the server", v =>_null_uri=v!=null},
175
179
{"autodir","When useser is specified try and automatically work out the installdir parameter from the server's current directory.", v =>_autodir=v!=null},
176
180
{"installdir=","Specify the install directory of the service executable to enable full support with useser",
0 commit comments