Re: Listening to both HTTP and HTTPS (General questions)
Marcus,
You need to run two instances. One for HTTP and other for HTTPS. Of course you can do that inside same project.
[code]
Dim WithEvents web1 As wodWebServerCom
Dim WithEvents web2 As wodWebServerCom
[/code]
Drazen
Complete thread:
- Listening to both HTTP and HTTPS - Marcus, 2012-06-12, 20:05
- Re: Listening to both HTTP and HTTPS - woddrazen, 2012-06-12, 20:14