FTPWeb Request not visible under System.Net in Metro APP

Respondido FTPWeb Request not visible under System.Net in Metro APP

  • terça-feira, 15 de maio de 2012 17:55
     
     
    So 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:39
    Moderador
     
     Respondido
    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).aspx

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

  • quinta-feira, 17 de maio de 2012 06:31
     
     
    Is there a proposed way to perform an FTP connection?
  • quinta-feira, 17 de maio de 2012 13:53
    Moderador
     
     

    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:43
     
     
    Thanks, will see what  I can do.