Extend CapsClient to handle other http methods. I'm considering just rewriting this whole class.

This commit is contained in:
Cinder
2021-09-24 11:26:29 -05:00
parent 28b3c772fd
commit aa980fc7ee
20 changed files with 216 additions and 79 deletions

View File

@@ -1217,7 +1217,7 @@ namespace GridProxy
remoteComplete.Set();
}
);
loginRequest.BeginGetResponse(content, "application/llsd+xml", 1000 * 100);
loginRequest.BeginGetResponse(content, CapsBase.POST, "application/llsd+xml", 1000 * 100);
remoteComplete.WaitOne(1000 * 100, false);
if (response == null)