httplistener
C# HttpListener - can't see the transport
I am using HttpListener in my application. Both server and client are in my local machine. I am able to send requests from the client and send responses back from the server - all works OK.[详细]
2023-02-06 01:18 分类:问答C# using HttpListener and Request.ServerVariables on Windows Forms or Console
Project Objectives: Create a local Proxy Judge using a Console or Windows Form application for debugging and testing connections.[详细]
2023-02-05 15:37 分类:问答Multi-threading with .Net HttpListener
I have a listener: listener = new HttpListener(); listener.Prefixes.Add(@\"http://+:8077/\"); listener.Start();[详细]
2023-02-04 14:51 分类:问答HTTP server using WCF for simple project - is it worth it?
I need to have HTTP server embedded in my .NET application. Simply, there will be two dynamically generated views, but one can said - there will be just two开发者_JAVA技巧 different pages. Is it worth[详细]
2023-02-04 09:25 分类:问答Sending image with HttpListener only working for some images
I\'m trying create a small http proxy service. This is not working so well. It is able to serve HTML okayish, however it chokes up on images. That is, some images.[详细]
2023-02-04 09:24 分类:问答Java Socket know when request to gmail
I\'m trying to create an application event (java) that would raise as soon as the machine gets connected to gmail onto the login page (https://www.google.com/accounts/), so I\'m trying to build a Sock[详细]
2023-02-01 00:55 分类:问答HTTPListener vs Native HTTP performance
Quick Background: I understand that HTTPListener uses http.sys kernel driver which supposedly makes it a great performer. However, when doing some performance benchmarks between a managed http server[详细]
2023-01-30 15:18 分类:问答HttpListener Access Denied
I am writing an HTTP server in C#. When I try to execute the function HttpListener.Start() I get an HttpListenerException saying[详细]
2023-01-22 11:41 分类:问答HttpListener only gets first 900 bytes of InputStream when using jQuery.ajax()
I have a very simple class using HttpListener to receive an HTTP POST from a browser via an AJAX request. I\'ve included a demo that highli开发者_开发知识库ghts this issue:[详细]
2023-01-11 07:15 分类:问答Http Listener doesn't work on Port 8080 or other ports (works only on port 80)
I wrote a simple WebServer using HttpListener class (.net 2.0) It seems that It doesn\'t work on port other then 80.[详细]
2023-01-10 05:41 分类:问答