Archivo mensual: julio 2008

HttpWebClient API – Experiencias en C# 3.0

Ultimamente he estado actualizando mi API de HttpWebClient. Algo raro que encontre es                                                   HttpWebClient<HttpCommand> httpClient = new HttpWebClient<HttpCommand>();                         httpClient.SetServicePointSettings(20, 100 * 1000, 10);                         HttpCommand command = httpClient.CreateHttpCommand();                         int errorCounterMaxRetries = 3; while ( mySteps.Length > 0 ){HttpSettings step … Seguir leyendo

Publicado en Sin categoría | 23 comentarios