Closed pferraris closed 9 years ago
Hi! SocketHttpListener is just what I needed, it works great! I just needed enrich the HttpListener constructor adding support for initializing it with a X509Certificate2 preloaded with your password, and also added some useful overloads, without parameters and some combinations of this. Please, consider my changes for next release.
Thanks!
Parameterless, X509Certificate2, and some combinations. If constructor with certificatePath is used, HttpListener loads the file (LoadCertificateAndKey method was moved to HttpListener and parameters cleaned). EndPointManager and EndPointListener now accept X509Certificate2 instead certificatePath.