Extend CapsClient to handle other http methods. I'm considering just rewriting this whole class.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user