Ignore:
Timestamp:
Aug 1, 2022, 12:54:31 PM (2 years ago)
Author:
alloc
Message:

Switched to use SpaceWizards.HttpListener

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/Web/WebCommandResult.cs

    r369 r382  
    22using System.Collections.Generic;
    33using System.IO;
    4 using System.Net;
    54using System.Net.Sockets;
    65using System.Text;
     
    98using AllocsFixes.NetConnections.Servers.Web.API;
    109using UnityEngine;
     10using HttpListenerResponse = SpaceWizards.HttpListener.HttpListenerResponse;
    1111
    1212namespace AllocsFixes.NetConnections.Servers.Web {
     
    2727                private readonly ResultType responseType;
    2828
    29                 public WebCommandResult (string _command, string _parameters, ResultType _responseType,
    30                         HttpListenerResponse _response) {
     29                public WebCommandResult (string _command, string _parameters, ResultType _responseType, HttpListenerResponse _response) {
    3130                        Interlocked.Increment (ref handlingCount);
    3231                        Interlocked.Increment (ref currentHandlers);
Note: See TracChangeset for help on using the changeset viewer.