3using System.Security.Cryptography.X509Certificates;
4using System.Threading.Tasks;
39 Task<ContentResponse>
HeadAsync(Uri Uri, X509Certificate Certificate,
40 EventHandler<RemoteCertificateEventArgs> RemoteCertificateValidator,
41 params KeyValuePair<string, string>[] Headers);
52 Task<ContentResponse>
HeadAsync(Uri Uri, X509Certificate Certificate,
53 EventHandler<RemoteCertificateEventArgs> RemoteCertificateValidator,
54 int TimeoutMs, params KeyValuePair<string, string>[] Headers);