Skip to content

Instantly share code, notes, and snippets.

@TyrionLannister1569
TyrionLannister1569 / Form.cs
Created September 11, 2019 12:55
Enviar POST desde C# a REST API
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;