FTPWeb Request not visible under System.Net in Metro APP
-
terça-feira, 15 de maio de 2012 17:55So I checked up the MSDN site and it says that FtpWebRequest is still valid under .Net 4.5 but am unable to reference to it when writing a metro app. Am I missing something or is not the whole .Net framework available for Metro Apps?
Todas as Respostas
-
terça-feira, 15 de maio de 2012 20:39Moderador
FTPWebRequest is not a part of Metro applications. Here's the System.Net namespace for Metro applications:
http://msdn.microsoft.com/en-us/library/windows/apps/hh454046(v=vs.110).aspxMatt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.- Sugerido como Resposta Matt SmallMicrosoft Employee, Moderator terça-feira, 15 de maio de 2012 20:39
- Marcado como Resposta AlthalusDGr8 sexta-feira, 18 de maio de 2012 06:42
-
quinta-feira, 17 de maio de 2012 06:31Is there a proposed way to perform an FTP connection?
-
quinta-feira, 17 de maio de 2012 13:53Moderador
You *might* be able to write your own using sockets, but there is not a Metro-specified way to perform an FTP connection.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered. -
sexta-feira, 18 de maio de 2012 06:43Thanks, will see what I can do.

