Click here to Skip to main content
16,005,121 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
Rajdeep.NET is BACK1-Apr-09 23:55
Rajdeep.NET is BACK1-Apr-09 23:55 
AnswerRe: Help needed again....MessageBox pops up Twice! Pin
12Code1-Apr-09 23:59
12Code1-Apr-09 23:59 
GeneralRe: Help needed again....MessageBox pops up Twice! Pin
Rajdeep.NET is BACK2-Apr-09 0:09
Rajdeep.NET is BACK2-Apr-09 0:09 
GeneralRe: Help needed again....MessageBox pops up Twice! Pin
12Code2-Apr-09 0:17
12Code2-Apr-09 0:17 
GeneralRe: Help needed again....MessageBox pops up Twice! Pin
J4amieC2-Apr-09 0:11
J4amieC2-Apr-09 0:11 
AnswerRe: Help needed again....MessageBox pops up Twice! Pin
King Julien2-Apr-09 0:06
King Julien2-Apr-09 0:06 
QuestionHow do i Create a simple HTTP web server in C# ? Pin
sportsonpc1-Apr-09 23:02
sportsonpc1-Apr-09 23:02 
AnswerRe: How do i Create a simple HTTP web server in C# ? Pin
sportsonpc1-Apr-09 23:24
sportsonpc1-Apr-09 23:24 
Looks like i completely miss understood what i was supposed to be doing, the code i was asking for is complete.

These are the questions i need answering


2. Extend the server so that the server can request a particular document. If you entered the URL of HTTP://141.163.29.10/cnet.html into your browser, the request from the browser that your server will see will now look like GET /cnet.html. Open the file cnet.html and send it to the browser, using the output stream that has already been opened for you.


3. Try to implement HTTP properly, sending the sort of information in the dialog below. The greyed out text is generated by the HTTP server, i.e. your program. You will have to calculate content-length, date etc.


GET / HTTP/ 1.0 Get / means root directory
Accept: …. Loads of information about the browser and file formats it will accept etc….
HTTP/ 1.1 200 OK Date: Thu, 22 Mar 2005 15: 38: 52 GMT Server: Apache/ 1.3.9 (Unix) Debian/ GNU Last- Modified: Fri, 02 Mar 2005 14: 33: 17 GMT ETag: "138b3- 32d- 3a9faf2d" Accept- Ranges: bytes Content- Length: 813 Connection: close Content- Type: text/ html; charset= iso- 8859- 1 <HTML> ... </ HTML>
AnswerRe: How do i Create a simple HTTP web server in C# ? Pin
#realJSOP2-Apr-09 0:16
professional#realJSOP2-Apr-09 0:16 
QuestionDeleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:00
Rajdeep.NET is BACK1-Apr-09 23:00 
AnswerRe: Deleting Folder...... Please Help! Pin
musefan1-Apr-09 23:01
musefan1-Apr-09 23:01 
GeneralRe: Deleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:14
Rajdeep.NET is BACK1-Apr-09 23:14 
GeneralRe: Deleting Folder...... Please Help! Pin
musefan1-Apr-09 23:20
musefan1-Apr-09 23:20 
AnswerRe: Deleting Folder...... Please Help! Pin
MumbleB1-Apr-09 23:03
MumbleB1-Apr-09 23:03 
GeneralRe: Deleting Folder...... Please Help! Pin
Rajdeep.NET is BACK1-Apr-09 23:21
Rajdeep.NET is BACK1-Apr-09 23:21 
GeneralRe: Deleting Folder...... Please Help! Pin
MumbleB2-Apr-09 0:04
MumbleB2-Apr-09 0:04 
GeneralRe: Deleting Folder...... Please Help! Pin
Pete O'Hanlon2-Apr-09 1:32
mvePete O'Hanlon2-Apr-09 1:32 
AnswerRe: Deleting Folder...... Please Help! Pin
0x3c02-Apr-09 6:03
0x3c02-Apr-09 6:03 
Questionfiles created by process Pin
shefa' isied1-Apr-09 22:41
shefa' isied1-Apr-09 22:41 
AnswerRe: files created by process Pin
musefan1-Apr-09 22:58
musefan1-Apr-09 22:58 
GeneralRe: files created by process Pin
shefa' isied1-Apr-09 23:08
shefa' isied1-Apr-09 23:08 
GeneralRe: files created by process Pin
musefan1-Apr-09 23:19
musefan1-Apr-09 23:19 
GeneralRe: files created by process Pin
Eddy Vluggen1-Apr-09 23:38
professionalEddy Vluggen1-Apr-09 23:38 
GeneralRe: files created by process Pin
musefan1-Apr-09 23:55
musefan1-Apr-09 23:55 
QuestionHow to Create Component in c#? Pin
crrajaguru1-Apr-09 21:14
crrajaguru1-Apr-09 21:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.