Skip to content

Instantly share code, notes, and snippets.

View fiseni's full-sized avatar

Fati Iseni fiseni

View GitHub Profile
@fiseni
fiseni / RequestUriSample.cs
Last active March 29, 2021 14:13
RequestUri data structure.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
const string Scheme = "http";
const string Host = "host.com";
const int Port = 5000;
const string PathPart1 = "pathpart1";
const string PathPart2 = "pathpart2";