MediaBrowser / SocketHttpListener

A standalone HttpListener with support for SSL, WebSockets and Mono
MIT License
42 stars 14 forks source link

Overloads added to HttpListener constructor #9

Closed pferraris closed 9 years ago

pferraris commented 9 years ago

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.

pferraris commented 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.

LukePulverenti commented 9 years ago

Thanks!