test GET /index.html HTTP/1.0
C#
2
Posts
2
Posters
1
Views
1
Watching
-
I have being written about webserver http1.0 by C#,now begin telnet I connect to webserver,after that I write GET /index.html HTTP/1.0 please,I want to ask you:I have to use which class,which method to test format of this String(GET /index.html HTTP/1.0) to know it format of httpRequest thanks
help me
-
I have being written about webserver http1.0 by C#,now begin telnet I connect to webserver,after that I write GET /index.html HTTP/1.0 please,I want to ask you:I have to use which class,which method to test format of this String(GET /index.html HTTP/1.0) to know it format of httpRequest thanks
help me