Extensions.WP.cs 422 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Net.Sockets;
  6. using System.Threading;
  7. using System.Security.Cryptography;
  8. using System.Diagnostics;
  9. namespace Renci.SshNet.Common
  10. {
  11. /// <summary>
  12. /// Collection of different extension method specific for Windows Phone
  13. /// </summary>
  14. public static partial class Extensions
  15. {
  16. }
  17. }