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

ClientCertificates description was wrong #4790

Closed
wants to merge 4,537 commits into from

Conversation

rwatjen
Copy link

@rwatjen rwatjen commented Mar 27, 2018

The ClientCertificates property description had text from the MaxResponseHeadersLength property.

Summary

Updated the summary and value of HttpClientHandler.ClientCertificates

MSGaryWang and others added 30 commits February 20, 2018 18:54
* Update StartListening method desciption

The current description might mislead user calling this method unnecessarily, this change will help user understand clearly at the correct way to use this method.

* Update TcpServerChannel.xml

* Update TcpServerChannel.xml

* Update TcpServerChannel.xml

* fix link

* Update TcpServerChannel.xml
* add two options explanation

* fixed heading
* Maximum size of file to be compressed

Added information about maximum file size that can be compressed, and exception that is thrown when limit is reached

* Respond to feedback

* respond to editing feedback.

* replace xref syntax with cref syntax

* fixed link format

* fix links 

include the type with int.Maxvalue
Replace an incorrect cref with xref.

* make sure the additions are in both overloads.
Remove unused variable creating confusion: GeometryDrawing myGeometryDrawing = new GeometryDrawing();
* Addressed customer feedback about ControlBox property

* Incorporated review comments
* Fixed example Snippet and clarified it.

* Renamed "Local" to "LocalFunction"

From my previous commit, pointed out by @pkulikov, I forgot to rename the later mentions of the "Local" function in the paragraph after the code snippet.
…otnet#4298)

* Replaced fwlink in concepts/async except index.md

* Fix link error

* Test uwp fwlink replace

* replace fwlink in concepts/async/index.md

* text xref with uwp links

* uwp/api links -> xref links
* Revised for API Browser, .NET implementations

* Incorporated review comments

* Corrected System.Object for F#
* fix broken links and review topic

* feedback

* feedback
* replace wrong example

* removed examples
* fix broken links

* Revised  link

Revised Working with Visual Studio For Docker Tools link
* Replaced fwlinks in csharp\programming-guide folder

* Implemented review feedback
One of the comments provided was a desire to link this document to the actual specification, so I add that.
The section title was missing
The title looked awful in the live site and I think this new one is simpler
@JRAlexander JRAlexander added this to the Sprint 133 (3/17/18 - 4/06/18) milestone Mar 27, 2018
* Removing words ending with 'ing' 
* Cross-referencing to the type
* Clarifying when the certificate collection is used
@rwatjen
Copy link
Author

rwatjen commented Mar 28, 2018

Hi @JRAlexander, I've updated with input from your comments. Since the HttpClientHandler can be reused in multiple requests, I haven't used your suggestions directly. I hope this will do :)

@JRAlexander
Copy link
Contributor

@rwatjen, my apologies for the delay! I wanted to check on something with the devs and then was out of office late last week. Your changes are great! In the meantime, the API has been split into a new repo. So we are going to need to open a new PR there and copy your changes, and then close this PR. https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Net.Http/HttpClientHandler.xml

I've copied your changes here:
Summary - Gets the collection of security certificates that are associated requests to the server.
Value (removed the xref link, unnecessary after all) - The X509CertificateCollection that is presented to the server when performing certificate based client authentication.

After you copy those over, I'll merge straightaway after the build. Please let me know if you have any questions.

@JRAlexander
Copy link
Contributor

@rwatjen, Would you like me to do this? I can definitely if you'd rather. Please let me know asap. Thanks!

@JRAlexander JRAlexander modified the milestones: Sprint 133 (3/17/18 - 4/06/18) , Sprint 134 (4/9/2018 - 4/27/2018) Apr 9, 2018
@rwatjen
Copy link
Author

rwatjen commented Apr 10, 2018

Hi @JRAlexander, I've created a new PR (dotnet/dotnet-api-docs#37). Sorry for the delay, was busy at work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 1st-time docs contributor! Indicates PRs from new contributors to the docs repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.