mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Minor formatting edits
This commit is contained in:
parent
4f35a4285b
commit
b5a7c76c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ namespace PepperDash.Essentials.Core
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -53,6 +52,7 @@ namespace PepperDash.Essentials.Core
|
||||||
Client.Dispatch(request);
|
Client.Dispatch(request);
|
||||||
Debug.Console(2, this, "GenericHttpClient SentRequest TX:'{0}'", url);
|
Debug.Console(2, this, "GenericHttpClient SentRequest TX:'{0}'", url);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Response(HttpClientResponse response, HTTP_CALLBACK_ERROR error, object request)
|
private void Response(HttpClientResponse response, HTTP_CALLBACK_ERROR error, object request)
|
||||||
{
|
{
|
||||||
if (error == HTTP_CALLBACK_ERROR.COMPLETED)
|
if (error == HTTP_CALLBACK_ERROR.COMPLETED)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue