malafaya9 / aspnetserve

Automatically exported from code.google.com/p/aspnetserve
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

AspNetWork.GetProtocol() Is Unimplemented #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The GetProtocol() method of AspNetWorker is not implemented by indirection
of the IsSecure() method of the same class. 

Somehow figure out how to implement the IsSecure method to make the
GetProtocol() method work.

Original issue reported on code.google.com by jason.wh...@gmail.com on 29 Jun 2008 at 3:18

GoogleCodeExporter commented 8 years ago
Assigned to release 1.3

Original comment by jason.wh...@gmail.com on 29 Jun 2008 at 3:23

GoogleCodeExporter commented 8 years ago
I have provided a basic implementation for detecting if the connection is 
secure.

Original comment by jason.wh...@gmail.com on 29 Jun 2008 at 4:22