Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overloads added to HttpListener constructor #9

Merged
merged 1 commit into from
Oct 3, 2015
Merged

Overloads added to HttpListener constructor #9

merged 1 commit into from
Oct 3, 2015

Conversation

pferraris
Copy link
Contributor

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.

…ficate2 instead certificatePath, and some combinations.

If constructor with certificatePath is used, HttpListener loads the file (LoadCertificateAndKey methos was moved and parameters cleaned).
EndPointManager and EndPointListener now accept X509Certificate2 instead certificatePath.
@pferraris
Copy link
Contributor Author

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 added a commit that referenced this pull request Oct 3, 2015
Overloads added to HttpListener constructor
@LukePulverenti LukePulverenti merged commit afb1e47 into MediaBrowser:master Oct 3, 2015
@LukePulverenti
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants