mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
replace HttpWebRequest by HttpClient on another place
This commit is contained in:
@@ -29,6 +29,7 @@ using System;
|
||||
using System.Net;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using System.Net.Http.Headers;
|
||||
|
||||
namespace OpenSim.Framework.ServiceAuth
|
||||
{
|
||||
@@ -44,5 +45,6 @@ namespace OpenSim.Framework.ServiceAuth
|
||||
bool Authenticate(string data);
|
||||
bool Authenticate(NameValueCollection headers, AddHeaderDelegate d, out HttpStatusCode statusCode);
|
||||
void AddAuthorization(NameValueCollection headers);
|
||||
void AddAuthorization(HttpRequestHeaders headers);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user