Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

ignore ssl c#

 //In Global.asax.cs File
 protected void Application_Start()
 {
  ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
 }
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity agent look at 
Csharp :: quaternion rotation unity 
Csharp :: listview imagelist c# 
Csharp :: c# how to append in array 
Csharp :: listbox items to string c# 
Csharp :: how to add data in list in c# 
Csharp :: SieveOfEratosthenes 
Csharp :: unity c# move transform 
Csharp :: HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool 
Csharp :: finding keys in the registry 
Csharp :: viewBag as a list 
Csharp :: c# make a automapper 
Csharp :: adding to a dictionary unity 
Csharp :: jagged array to 2d array c# 
Csharp :: .net on vs code 
Csharp :: reverse a linked list C# 
Csharp :: c# standard microphone decibels 
Csharp :: sharepoint c# get list item query by lookup 
Csharp :: batchblock timeout 
Csharp :: scene manager load scene 
Csharp :: translate int to string with x 0 before c# 
Csharp :: top down view movement script 
Csharp :: connect to a database and loop over a recordset in C# 
Csharp :: administration 
Csharp :: encrypt password easiest way in web app .net 
Csharp :: #grid 
Csharp :: mvc model validation for decimal type 
Csharp :: Get a list of distinct values in List 
Csharp :: c# check if string contains character multiple times 
Csharp :: run in wpf 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =