Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Rename IHttpClientCertificateFeature. Prefer X509Certificate2. #293

Closed
wants to merge 0 commits into from

Conversation

Tratcher
Copy link
Member

#277 - Rename IHttpClientCertificateFeature to ITlsConnectionFeature
#279 - Use X509Certificate2 instead of X509Certificate.

@ghost ghost added the cla-already-signed label Apr 28, 2015
@Tratcher
Copy link
Member Author

@muratg @davidfowl @blowdart

@blowdart
Copy link
Member

Thank you :)

@@ -15,7 +15,7 @@ public class DefaultConnectionInfo : ConnectionInfo
private readonly IFeatureCollection _features;

private FeatureReference<IHttpConnectionFeature> _connection = FeatureReference<IHttpConnectionFeature>.Default;
private FeatureReference<IHttpClientCertificateFeature> _clientCertificate = FeatureReference<IHttpClientCertificateFeature>.Default;
private FeatureReference<ITlsConnectionFeature> _tlsConnectoin = FeatureReference<ITlsConnectionFeature>.Default;

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typoe

@muratg
Copy link

muratg commented Apr 28, 2015

Fix the typos, and :shipit:

@Tratcher Tratcher closed this Apr 28, 2015
@Tratcher Tratcher deleted the chrross/tls277 branch April 28, 2015 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants