blah blah blah is here! blah blah » Close

0
votes
1 answers

[C# / C / C++] Paid project - Send a video file through HTTP

I need a server-side program which accept requests for video files via HTTP from client applications like quicktime or windows media player, and sends back the files. The media player should correctly receive and play the video. The req ...

0
votes
0 answers

Monitoring all Http connections

Hi, i want to build a program which monitors all the computers http connections for my school project(C#). Ive been looking the web for such program and found this: [code] protected void Page_Load(object sender, EventArgs e) { ...

Feedback