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
{"uselease","Uses new serialization tricks by abusing lease mechanism.",
184
185
v =>_useser=_uselease=v!=null},
186
+
{"useobjref","Uses new serialization tricks by abusing ObjRef mechanism.",
187
+
v =>_useser=_useObjRef=v!=null},
185
188
{"nulluri","Don't send the URI header to the server", v =>_null_uri=v!=null},
186
189
{"autodir","When useser is specified try and automatically work out the installdir parameter from the server's current directory.", v =>_autodir=v!=null},
187
190
{"installdir=","Specify the install directory of the service executable to enable full support with useser",
0 commit comments