Skip to content

Add missing XML documentation to AndroidMessageHandler public properties#11360

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-xml-documentation
Open

Add missing XML documentation to AndroidMessageHandler public properties#11360
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-missing-xml-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

21 public properties in AndroidMessageHandler (lines 152–271) lacked XML doc comments while the rest of the class was fully documented, resulting in no IntelliSense descriptions for commonly-used API surface.

Added /// <summary> documentation to all undocumented properties:

  • Capability properties: SupportsAutomaticDecompression, SupportsProxy, SupportsRedirectConfiguration
  • Decompression: AutomaticDecompression (with <remarks> listing supported methods)
  • Cookie/auth: CookieContainer, UseCookies, PreAuthenticate, Credentials
  • Proxy: UseProxy, Proxy, DefaultProxyCredentials
  • Redirect: AllowAutoRedirect, MaxAutomaticRedirections
  • TLS/certificates: ClientCertificateOptions, ClientCertificates, CheckCertificateRevocationList, ServerCertificateCustomValidationCallback, SslProtocols
  • Limits/misc: MaxConnectionsPerServer, MaxResponseHeadersLength, Properties

Style matches existing docs in the same file — uses <see cref="..."/>, <see langword="..."/>, <exception> tags, and documents Android-specific defaults (e.g., SslProtocols varies by API level). No code logic changes.

…MessageHandler

Agent-Logs-Url: https://github.com/dotnet/android/sessions/291023bc-79ea-49a2-8aea-a340d736a43f

Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot AI changed the title [WIP] Add missing XML documentation to AndroidMessageHandler public properties Add missing XML documentation to AndroidMessageHandler public properties May 14, 2026
Copilot AI requested a review from jonathanpeppers May 14, 2026 22:27
@jonathanpeppers jonathanpeppers marked this pull request as ready for review May 14, 2026 22:28
Copilot AI review requested due to automatic review settings May 14, 2026 22:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds XML documentation comments to 21 previously-undocumented public properties on AndroidMessageHandler, bringing IntelliSense parity with the rest of the class. No code logic changes.

Changes:

  • Added <summary> (and where appropriate <remarks>/<exception>) tags to capability, cookie/auth, proxy, redirect, TLS/certificate, and limits properties.
  • Documented Android-specific defaults (e.g., SslProtocols varying by API level).

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.

[fix-finder] Add missing XML documentation to AndroidMessageHandler public properties

3 participants