Skip to content

Instantly share code, notes, and snippets.

View krlan2789's full-sized avatar
💭
Not Responding . .

Erlan Kurnia krlan2789

💭
Not Responding . .
View GitHub Profile
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Collections.Generic;
public class SSEvent {
public string Name { get; set; }
public string Data { get; set; }