Search:

Type: Posts; User: Zeokat

Search: Search took 0.00 seconds.

  1. Find one reason :). try to use HttpWebrequest...

    Find one reason :).

    try to use HttpWebrequest when you are working with ThreadPool , perhaps some errors, because HttpWevrequest use internally Thread Pool ;)
  2. Well, i´m not saying that already libraries are...

    Well, i´m not saying that already libraries are good or bad, my questio was how to make a simple HTTP request with a http proxy.

    For example, after read the rfc, the request to the server have to...
  3. Well... i not want to reinvent nothing... there...

    Well... i not want to reinvent nothing... there are existing classes but the program have to use sockets if not you can be sure that i not ask. :)

    By the way, any idea about my question?
  4. How to make a conection to a http proxy with sockets

    Well... i already make a client with socket to socks proxies 5... but not find any infos about how to make requests with a http proxy (using sockets and not the .net library).

    Any about how to...
  5. Replies
    3
    Views
    3,936

    Help decoding base_64+GZipped string

    Well, the string comes from php code:


    eval(gzinflate(base64_decode('s7ezsS/IKFCodihILC4uySgq1UhPLUnNK9NQ8ggJCYh39vf39nRV0tS0rlWwB6oFAA==')));



    But i want to decode it using c#... so i...
  6. Replies
    4
    Views
    2,570

    Thanks for the info. Problem solved now. ...

    Thanks for the info.

    Problem solved now.

    Another choice is use a richtext box, works perfect. :)
  7. Replies
    4
    Views
    2,570

    Problem with a multiline textbox

    First, the code that i´m using:


    //Get url contents
    HttpWebRequest hRequest = ((HttpWebRequest)WebRequest.Create(url));
    hRequest.UserAgent = "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES;...
Results 1 to 7 of 7