Skip to content

Instantly share code, notes, and snippets.

View rajesh-smartwebtech's full-sized avatar
🎯
Focusing

Rajesh Sureliya rajesh-smartwebtech

🎯
Focusing
View GitHub Profile
@rajesh-smartwebtech
rajesh-smartwebtech / Request.cs
Last active March 5, 2022 05:40
RestShart easy function to multiple request
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;