C# で LoadRunner API (VUGEN 9.52.0.0) を使用して HTTP Get を呼び出す正しい構文は何ですか? 以下は、AccessViolationException を生成します。
LoadRunner.WebApi web = new LoadRunner.WebApi();
web.url("GoToMyService", "http://path/to/my/service/", new string[0], "LAST");
への呼び出しによってスローされた例外web.url
:
Error: Action.cs(25): System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at LoadRunner.WebApiClass.url(String name, String urladdr, Object options, Object extrares)
at Script.VuserClass.Action() in h:\Personal\_projects\LoadTest\Action.cs:line 25