SpaceWizards.HttpListener icon indicating copy to clipboard operation
SpaceWizards.HttpListener copied to clipboard

Managed, maintained, updated, and unprofessionally butchered fork of System.Net.HttpListener

Results 4 SpaceWizards.HttpListener issues
Sort by recently updated
recently updated
newest added

Hi For the SharpRTSP Project (on github) I've implemented the protocol called RTSP-Over-HTTP which dates back to 1999. The protocol uses a long running HTTP GET connection which requires the...

Hi Found a difference between this project and the Windows native HttpListener It seems that _request.RemoteEndPoint_ goes invalid after _respose.outputStream.Close()_ or after _response.Close()_ On Windows with the native implementation you...

Adds Netstandard and Netframework support. Allows a wider range of usage such as Unity 2018 and Xamarin projects. If possible it would be neat to update the Nuget like previously.