diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml
index 6f6a30633..b37bbf57f 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnConnectionParamBean.xml
@@ -59,7 +59,7 @@
- To be added.
+ The HTTP parameters to configure.
@@ -115,8 +115,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -145,7 +145,7 @@
- To be added.
+ The maximum number of ignorable lines before an HTTP response status line.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml
index 98b3b669f..fe4c0b73f 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParamBean.xml
@@ -59,7 +59,7 @@
- To be added.
+ The HTTP parameters to configure.
@@ -115,8 +115,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -145,7 +145,7 @@
- To be added.
+ The lookup object for the maximum number of connections allowed per route.
@@ -178,7 +178,7 @@
- To be added.
+ The maximum number of connections allowed.
@@ -211,7 +211,7 @@
- To be added.
+ The timeout, in milliseconds, for retrieving a connection from the connection manager.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml
index f21556ec5..22ca86fce 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams+InterfaceConsts.xml
@@ -18,7 +18,7 @@
- To be added.
+ Constants inherited from .
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -44,7 +44,7 @@
System.String
- To be added.
+ Defines the maximum number of connections per route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -70,7 +70,7 @@
System.String
- To be added.
+ Defines the maximum number of connections in total.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -96,7 +96,7 @@
System.String
- To be added.
+ Defines the timeout, in milliseconds, used when retrieving a managed client connection from the connection manager.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml
index 1de7493d9..ac8574ffd 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnManagerParams.xml
@@ -118,7 +118,7 @@
HTTP parameters
Returns lookup interface for maximum number of connections allowed per route.
- To be added.
+ The lookup interface for the maximum number of connections allowed per route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -151,7 +151,7 @@
HTTP parameters
Gets the maximum number of connections allowed.
- To be added.
+ The maximum number of connections allowed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -182,11 +182,11 @@
- To be added.
+ The HTTP parameters.
Returns the timeout in milliseconds used when retrieving a
from the
.
- To be added.
+ The timeout in milliseconds.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -217,8 +217,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -317,7 +317,7 @@
- To be added.
+ The HTTP parameters.
the timeout in milliseconds
Sets the timeout in milliseconds used when retrieving a
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml
index 9bf8824ef..c06b08e11 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnPerRouteBean.xml
@@ -93,7 +93,7 @@
- To be added.
+ The default maximum number of connections allowed per route.
@@ -124,7 +124,7 @@
- To be added.
+ The default maximum number of connections allowed per route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -185,10 +185,10 @@
- To be added.
+ The HTTP route for which to retrieve the maximum connection count.
- To be added.
+ The maximum number of connections for the route, or the default maximum when no route-specific value is set.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -226,8 +226,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -256,7 +256,7 @@
- To be added.
+ The default maximum number of connections allowed per route. Must be greater than zero.
@@ -289,8 +289,8 @@
- To be added.
- To be added.
+ The HTTP route for which to set the maximum connection count.
+ The maximum number of connections allowed for the route. Must be greater than zero.
@@ -329,8 +329,8 @@
- To be added.
- To be added.
+ The map of HTTP routes to their maximum connection counts, or to leave the current values unchanged.
+ Replaces the route-specific maximum connection counts.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml
index 5e0f38c75..aec1461ac 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParamBean.xml
@@ -59,7 +59,7 @@
- To be added.
+ The HTTP parameters to configure.
@@ -115,8 +115,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -145,7 +145,7 @@
- To be added.
+ The default proxy value to set.
@@ -178,7 +178,7 @@
- To be added.
+ The forced route value to set.
@@ -211,7 +211,7 @@
- To be added.
+ The local address value to set.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml
index 293d62a28..f60b13221 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams+InterfaceConsts.xml
@@ -18,7 +18,7 @@
- To be added.
+ Constants inherited from .
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -44,7 +44,7 @@
System.String
- To be added.
+ Defines the parameter for the default proxy.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -70,7 +70,7 @@
System.String
- To be added.
+ Defines the parameter for a forced route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -96,7 +96,7 @@
System.String
- To be added.
+ Defines the parameter for the local address.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml
index 167cdecc3..b7ba48f94 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/ConnRouteParams.xml
@@ -87,7 +87,7 @@
the parameters in which to look up
Obtains the
parameter value.
- To be added.
+ The default proxy set in the parameters, or if none is set.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -120,7 +120,7 @@
the parameters in which to look up
Obtains the
parameter value.
- To be added.
+ The forced route set in the parameters, or if none is set.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -153,7 +153,7 @@
the parameters in which to look up
Obtains the
parameter value.
- To be added.
+ The local address set in the parameters, or if none is set.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -188,8 +188,8 @@
Java.Interop.JniPeerMembers
- To be added.
- To be added.
+ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
+ A instance that provides access to JNI peer-member information for this type.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -216,7 +216,7 @@
A special value indicating "no host".
- To be added.
+ A valid host value used to indicate no host.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -244,7 +244,7 @@
A special value indicating "no route".
- To be added.
+ A route with as its target, used to indicate no route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml
index a44d6f5aa..3f2395c30 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnConnectionPNames.xml
@@ -15,8 +15,10 @@
- To be added.
- To be added.
+ Parameter names for connections in HttpConn.
+
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -39,8 +41,11 @@
System.String
- To be added.
- To be added.
+ Defines the maximum number of ignorable lines before an HTTP response status line is expected.
+
+ With persistent HTTP/1.1 connections, surplus bytes from an incorrect content length can be detected only before the next response. This parameter expects an integer value. Zero disallows all ignorable lines, and permits an unlimited number.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml
index f3e356344..90d1c7f55 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnManagerPNames.xml
@@ -15,8 +15,10 @@
- To be added.
- To be added.
+ Parameter names for connection managers in HttpConn.
+
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -39,8 +41,11 @@
System.String
- To be added.
- To be added.
+ Defines the maximum number of connections per route.
+
+ This limit applies to individual client connection manager instances and expects an value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -63,8 +68,11 @@
System.String
- To be added.
- To be added.
+ Defines the maximum number of connections in total.
+
+ This limit applies to individual client connection manager instances and expects an integer value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -87,8 +95,11 @@
System.String
- To be added.
- To be added.
+ Defines the timeout, in milliseconds, used when retrieving a managed client connection from the connection manager.
+
+ This parameter expects a long integer value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml
index 1ee928193..cce24613e 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnPerRoute.xml
@@ -65,10 +65,10 @@
- To be added.
+ The HTTP route for which to retrieve the maximum connection count.
- To be added.
+ The maximum number of connections allowed for the route.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
diff --git a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml
index 3aa6845c5..78f720165 100644
--- a/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml
+++ b/docs/xml/Org.Apache.Http.Conn.Params/IConnRoutePNames.xml
@@ -15,8 +15,10 @@
- To be added.
- To be added.
+ Parameter names for routing in HttpConn.
+
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -39,8 +41,11 @@
System.String
- To be added.
- To be added.
+ Defines the parameter for the default proxy.
+
+ The default value is used by some route planner implementations, including the default implementation. This parameter expects an value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -63,8 +68,11 @@
System.String
- To be added.
- To be added.
+ Defines the parameter for a forced route.
+
+ Standard route planner implementations return the forced route instead of computing one, even when it points to an incorrect target host. This parameter expects an value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
@@ -87,8 +95,11 @@
System.String
- To be added.
- To be added.
+ Defines the parameter for the local address.
+
+ On a device with multiple network interfaces, this parameter selects the interface from which the connection originates. This parameter expects a value.
+ Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+