Changeset 382 for binary-improvements2/MapRendering/Web/WebCommandResult.cs
- Timestamp:
- Aug 1, 2022, 12:54:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/Web/WebCommandResult.cs
r369 r382 2 2 using System.Collections.Generic; 3 3 using System.IO; 4 using System.Net;5 4 using System.Net.Sockets; 6 5 using System.Text; … … 9 8 using AllocsFixes.NetConnections.Servers.Web.API; 10 9 using UnityEngine; 10 using HttpListenerResponse = SpaceWizards.HttpListener.HttpListenerResponse; 11 11 12 12 namespace AllocsFixes.NetConnections.Servers.Web { … … 27 27 private readonly ResultType responseType; 28 28 29 public WebCommandResult (string _command, string _parameters, ResultType _responseType, 30 HttpListenerResponse _response) { 29 public WebCommandResult (string _command, string _parameters, ResultType _responseType, HttpListenerResponse _response) { 31 30 Interlocked.Increment (ref handlingCount); 32 31 Interlocked.Increment (ref currentHandlers);
Note:
See TracChangeset
for help on using the changeset viewer.