From c045461ad53a23e4387efae373903fe63668ee6b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:38:40 -0500 Subject: [PATCH 1/3] Document AndroidMessageHandler redirects Refs #278 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../AndroidMessageHandler.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml index f1df810c8..87109684b 100644 --- a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml +++ b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml @@ -85,9 +85,10 @@ System.Boolean - To be added. - To be added. - To be added. + + Gets or sets a value that indicates whether the handler should follow redirection responses. + The default value is true. + @@ -934,9 +935,12 @@ System.Boolean - To be added. - To be added. - To be added. + + Gets a value indicating whether the handler supports configuration settings for the + and + properties. + Always returns true for . + From 4dacab65cc795413679f32063ef8e115aedf9f3d Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:49:40 -0500 Subject: [PATCH 2/3] Address redirect documentation review Refs #278 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../AndroidMessageHandler.xml | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml index 87109684b..e438871a7 100644 --- a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml +++ b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml @@ -86,9 +86,13 @@ - Gets or sets a value that indicates whether the handler should follow redirection responses. - The default value is true. + Controls whether the handler follows HTTP redirect responses. The default value is true. + true to follow redirect responses; otherwise, false. + + See for the + Java connection redirect-following setting. + @@ -936,11 +940,15 @@ - Gets a value indicating whether the handler supports configuration settings for the - and - properties. - Always returns true for . + Indicates support for configuring + and . This handler always + supports both settings. + true. + + See for the + Java connection redirect-following setting. + From 013e4a23ea7b7bc7df0b3d59ea960dd755719c26 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 08:36:55 -0500 Subject: [PATCH 3/3] Clarify managed redirect handling Refs #278 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml index e438871a7..ed7b40452 100644 --- a/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml +++ b/docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml @@ -90,8 +90,8 @@ true to follow redirect responses; otherwise, false. - See for the - Java connection redirect-following setting. + The handler disables automatic redirect following for each underlying + and processes redirect responses itself. @@ -946,8 +946,8 @@ true. - See for the - Java connection redirect-following setting. + Redirect configuration applies to the handler's managed redirect processing rather than to automatic + redirect handling by the underlying .