Migration guide from SimpleW v16
Core
SimpleWServer.Start()=>SimpleWServer.StartAsync()orSimpleWServer.RunAsync()depending on the blocking context you want.SimpleWServer.Stop()=>SimpleWServer.StopAsync()SimpleWSServer=>SimpleWServer.UseHttps()to setup ssl certificate.SimpleWServer.AddDynamicContent()=>SimpleWServer.MapControllers()andSimpleWServer.MapController().SimpleWServer.AddStaticContent()=>SimpleWServer.UseStaticFilesModule().NetCoreServerExtension=>SimpleWExtension.SimpleWServer.AddCORS()=>SimpleWServer.UseCorsModule()
Removed
- All the statistics properties from
SimpleWServerclass (ConnectedSessions,BytesPending,BytesSent,BytesReceived) has been removed. They may be appears is a future release but not now. SimpleWServer.OptionSendBufferSizeproperty no longer exists;
