mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Set request method for REST requests with no input.
This commit is contained in:
@@ -283,6 +283,7 @@ namespace OpenSim.Framework.Communications
|
||||
_request.KeepAlive = false;
|
||||
_request.ContentType = "application/xml";
|
||||
_request.Timeout = 200000;
|
||||
_request.Method = RequestMethod;
|
||||
_asyncException = null;
|
||||
|
||||
// IAsyncResult responseAsyncResult = _request.BeginGetResponse(new AsyncCallback(ResponseIsReadyDelegate), _request);
|
||||
|
||||
Reference in New Issue
Block a user