Click here to Skip to main content
15,904,024 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where are the files?? Pin
Dave Kreskowiak16-Dec-08 7:02
mveDave Kreskowiak16-Dec-08 7:02 
GeneralRe: Where are the files?? Pin
Muammar©16-Dec-08 18:13
Muammar©16-Dec-08 18:13 
AnswerRe: Where are the files?? Pin
Alan N16-Dec-08 7:14
Alan N16-Dec-08 7:14 
GeneralRe: Where are the files?? Pin
Muammar©16-Dec-08 18:14
Muammar©16-Dec-08 18:14 
QuestionQuestion Accessing wsdl web service with c# client via proxy Pin
qwerty5316-Dec-08 3:38
qwerty5316-Dec-08 3:38 
Questionsetup database Pin
grks16-Dec-08 2:35
grks16-Dec-08 2:35 
QuestionRestart router Pin
Xmen Real 16-Dec-08 1:27
professional Xmen Real 16-Dec-08 1:27 
AnswerRe: Restart router Pin
Lev Danielyan16-Dec-08 1:40
Lev Danielyan16-Dec-08 1:40 
GeneralRe: Restart router Pin
SeMartens16-Dec-08 1:43
SeMartens16-Dec-08 1:43 
GeneralRe: Restart router Pin
Simon P Stevens16-Dec-08 1:46
Simon P Stevens16-Dec-08 1:46 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 1:56
professional Xmen Real 16-Dec-08 1:56 
GeneralRe: Restart router Pin
SeMartens16-Dec-08 1:59
SeMartens16-Dec-08 1:59 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 2:02
professional Xmen Real 16-Dec-08 2:02 
GeneralRe: Restart router Pin
Lev Danielyan16-Dec-08 4:37
Lev Danielyan16-Dec-08 4:37 
AnswerRe: Restart router Pin
SeMartens16-Dec-08 1:42
SeMartens16-Dec-08 1:42 
AnswerRe: Restart router Pin
Simon P Stevens16-Dec-08 1:42
Simon P Stevens16-Dec-08 1:42 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 1:50
professional Xmen Real 16-Dec-08 1:50 
GeneralRe: Restart router Pin
Simon P Stevens16-Dec-08 2:43
Simon P Stevens16-Dec-08 2:43 
GeneralRe: Restart router [modified] Pin
Xmen Real 16-Dec-08 3:28
professional Xmen Real 16-Dec-08 3:28 
GeneralRe: Restart router Pin
User 665816-Dec-08 3:39
User 665816-Dec-08 3:39 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 4:16
professional Xmen Real 16-Dec-08 4:16 
GeneralRe: Restart router Pin
Simon P Stevens16-Dec-08 3:52
Simon P Stevens16-Dec-08 3:52 
Well now you have the full details of the request that can be used to restart the router. Like Greeeg said, it's probably just some form of HTML post message. Take a look at the message and look at the details.

The log-in is probably some form of https authentication. Again, if you look at the requests with fiddler you should be able to work it out. (If it is https, don't forget all the data is encrypted, so it will just look like random strings).

You can use WebRequest.Create() and the HttpWebRequest[^] class to create and send your requests to the routers 'web server'. Then populate the request object with any required details that you have discovered by logging the real request with fiddler.

Simon

GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 4:20
professional Xmen Real 16-Dec-08 4:20 
GeneralRe: Restart router Pin
Xmen Real 16-Dec-08 5:03
professional Xmen Real 16-Dec-08 5:03 
QuestionSQL Server 2008 Connection Problem Pin
musefan16-Dec-08 1:06
musefan16-Dec-08 1:06 

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.