Changes in system.net.http.webrequest from v20.1 (Version 4.0.30319.42000)<br> to v21 (Version 4.0.30319.42000)

Changes in system.net.http.webrequest from v20.1 (Version 4.0.30319.42000)
to v21 (Version 4.0.30319.42000)

Removed Added
public class System.Net.Http.WebRequestHandler ()
  • Property: X509CertificateCollection ClientCertificates { public get; }
  • Property: int MaxResponseHeadersLength { public get; public set; }
  • Property: bool CheckCertificateRevocationList { public get; public set; }
  • Property: new X509CertificateCollection ClientCertificates { public get; }
  • Property: ICredentials DefaultProxyCredentials { public get; public set; }
  • Property: int MaxConnectionsPerServer { public get; public set; }
  • Property: new int MaxResponseHeadersLength { public get; public set; }
  • Property: IDictionary`2 Properties { public get; }
  • Property: Func`5 ServerCertificateCustomValidationCallback { public get; public set; }
  • Property: SslProtocols SslProtocols { public get; public set; }

TopSummary