Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit be68e77

Browse files
authored
Cannot assign to 'TrustRootCertificate' because it is a 'method group' (#874)
1 parent a500d06 commit be68e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Setup HTTP proxy:
7272
var proxyServer = new ProxyServer();
7373

7474
// locally trust root certificate used by this proxy
75-
proxyServer.CertificateManager.TrustRootCertificate = true;
75+
proxyServer.CertificateManager.TrustRootCertificate(true);
7676

7777
// optionally set the Certificate Engine
7878
// Under Mono only BouncyCastle will be supported

0 commit comments

Comments
 (0)