Secure Property
wodWebServer.NET Help file

WebServer.Secure Property

Determines if secure (HTTPS) protocol is used.

public bool Secure {get; set;}

Remarks

Setting this property to True will cause wodWebServer.NET to accept only secured SSL/TLS connections by the clients. This means that connection with the client is fully encrypted.

Before you set this property to True, make sure you set your Certificate which is used by SSL layer to be presented to the client. You can not use SSL without proper certificate.

See Also

WebServer Class | WeOnlyDo.Server Namespace