CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gadido30

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,026

    json convert to csharp

    Dear Sir,

    I want to convert a function that load json into csharp,



    string test = File.ReadAllText("my.json");
    SimpleJson.SimpleJson.DeserializeObject(test, new JsonSerializerStrategy());
  2. Replies
    0
    Views
    3,433

    libsscrypto convert to csharp

    Hi All,

    I have some old code that uses libsscrypto.dll , is there way to convert it into pure csharp?




    const string DLLNAME = "libsscrypto";

    public const int...
  3. Replies
    2
    Views
    1,230

    Re: Convert Sock5 Proxy into Connect

    Sorry, Its my first post,
    Thank You



    //SOCKS5 Proxy Example
    _socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);...
  4. Replies
    2
    Views
    1,230

    Convert Sock5 Proxy into Connect

    Hi All,

    I have some socks5 server code and other code that connect to server,
    I want to bind both codes , so I can connect without sock5 server, is there way to bind the two codes?

    Here is...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured