Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Secure property
Determines if secure (HTTPS) protocol is used.
Type
BooleanSyntax
- C#
- VB.NET
Boolean Secure {get; set; };
Property Secure As Boolean
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.