Code: Select all
An existing connection was forcibly closed by the remote host.
at System.IO.StreamOperationAsyncResult.ThrowWithIOExceptionDispatchInfo(Exception e)
at System.IO.StreamOperationAsyncResult.ProcessCompletedOperation()
at System.IO.WinRtToNetFxStreamAdapter.EndRead(IAsyncResult asyncResult)
at System.IO.WinRtToNetFxStreamAdapter.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
at Feri.MS.Http.HttpRequest.Init(StreamSocket data)
Exception thrown: 'System.NullReferenceException' in HttpServer.dllCode: Select all
_log.WriteLine("Error:" + DateTime.Now.ToString("R") + ": " + _hrequest.HttpConnection.RemoteHost + ": " + _hrequest.HttpConnection.LocalHost + ": " + _hrequest.RequestString().TrimEnd());
Les