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

Commit ff0dddf

Browse files
committed
Mark as internal
1 parent 48051d2 commit ff0dddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/ProxyServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private static void OnAcceptConnection(IAsyncResult asyn)
244244
/// <param name="chain"></param>
245245
/// <param name="sslPolicyErrors"></param>
246246
/// <returns></returns>
247-
public static bool ValidateServerCertificate(
247+
internal static bool ValidateServerCertificate(
248248
object sender,
249249
X509Certificate certificate,
250250
X509Chain chain,

0 commit comments

Comments
 (0)