Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions docs/xml/Xamarin.Android.Net/AndroidMessageHandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,14 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
Controls whether the handler follows HTTP redirect responses. The default value is <c>true</c>.
</summary>
<value><c>true</c> to follow redirect responses; otherwise, <c>false</c>.</value>
<remarks>
<para>The handler disables automatic redirect following for each underlying
<see cref="T:Java.Net.HttpURLConnection" /> and processes redirect responses itself.</para>
</remarks>
</Docs>
Comment thread
jonathanpeppers marked this conversation as resolved.
</Member>
<Member MemberName="AssertSelf">
Expand Down Expand Up @@ -934,9 +939,16 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
Indicates support for configuring <see cref="P:Xamarin.Android.Net.AndroidMessageHandler.AllowAutoRedirect" />
and <see cref="P:Xamarin.Android.Net.AndroidMessageHandler.MaxAutomaticRedirections" />. This handler always
supports both settings.
</summary>
<value><c>true</c>.</value>
<remarks>
<para>Redirect configuration applies to the handler's managed redirect processing rather than to automatic
redirect handling by the underlying <see cref="T:Java.Net.HttpURLConnection" />.</para>
</remarks>
</Docs>
</Member>
<Member MemberName="TrustedCerts">
Expand Down