Skip to content

Instantly share code, notes, and snippets.

View marcioeric's full-sized avatar

Márcio Eric marcioeric

View GitHub Profile
using System.Configuration;
using System.IO;
using System.Net;
namespace rdi_server.service
{
public class Connector
{
private string Host { get; }
private WebRequest _request;