Minor formatting edits

This commit is contained in:
Neil Dorin
2020-02-13 17:41:42 -07:00
parent 4f35a4285b
commit 983c7575f9

View File

@@ -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)