Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response)

This commit is contained in:
Oren Hurvitz
2014-07-13 19:19:58 +03:00
parent 4c5d7d4683
commit 6b57b61836
2 changed files with 31 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenSim.Framework
/// <summary>
/// Request number for diagnostic purposes.
/// </summary>
public static int RequestNumber { get; internal set; }
public static int RequestNumber { get; set; }
/// <summary>
/// Control where OSD requests should be serialized per endpoint.