HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
Loading...
Searching...
No Matches
HSB.TLSImpl Class Reference

Static Public Member Functions

static void Main ()
 

Detailed Description

Definition at line 2 of file Program.cs.

Member Function Documentation

◆ Main()

static void HSB.TLSImpl.Main ( )
static

Definition at line 4 of file Program.cs.

5 {
6 var custom = true;
7 if(custom){
8 new Custom().Run();
9 }else{
10 new SystemTLS().Run();
11 }
12 }

The documentation for this class was generated from the following file: