★
Наследие совка просто
Size: a a a
★
★
A
IC
A
IC
IC
var handler = new WebRequestHandler();
var certFile = Path.Combine(@"d:\temp\", "cert.pfx");
handler.ClientCertificates.Add(new X509Certificate2(certFile, "password"));
using (var client = new HttpClient(handler))
{
....
A
A
var handler = new WebRequestHandler();
var certFile = Path.Combine(@"d:\temp\", "cert.pfx");
handler.ClientCertificates.Add(new X509Certificate2(certFile, "password"));
using (var client = new HttpClient(handler))
{
....
IC
A
IC
★
A
★
RB
var allocate = typeof(RuntimeTypeHandle).GetMethod("Allocate", BindingFlags.NonPublic | BindingFlags.Static);
var instanceOfVoid = allocate.Invoke(null, new object[] { typeof(void) });
R
var allocate = typeof(RuntimeTypeHandle).GetMethod("Allocate", BindingFlags.NonPublic | BindingFlags.Static);
var instanceOfVoid = allocate.Invoke(null, new object[] { typeof(void) });
VL