Skip to content

Commit 26f8165

Browse files
author
Michael Hallett
committed
Added missing using statement
1 parent e3a0cf0 commit 26f8165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RestSharp/Http.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
using System.IO;
2020
using System.Linq;
2121
using System.Net;
22+
using System.Security.Cryptography.X509Certificates;
2223
using System.Text;
2324
using RestSharp.Extensions;
2425

0 commit comments

Comments
 (0)