The members of Org.Apache.Http.Params.AbstractHttpParams are listed below.
See Also: Inherited members from Java.Lang.Object
Instantiates parameters. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | Copy()Documentation for this section has not yet been entered. | |
GetBooleanParameter(string, bool)Returns a Java.Lang.Boolean parameter value with the given name. | ||
GetDoubleParameter(string, double)Returns a Java.Lang.Double parameter value with the given name. | ||
GetIntParameter(string, int)Returns an Java.Lang.Integer parameter value with the given name. | ||
GetLongParameter(string, long)Returns a Java.Lang.Long parameter value with the given name. | ||
abstract | GetParameter(string)Documentation for this section has not yet been entered. | |
IsParameterFalse(string)Checks if a boolean parameter is not set or false. | ||
IsParameterTrue(string)Checks if a boolean parameter is set to true. | ||
abstract | RemoveParameter(string)Documentation for this section has not yet been entered. | |
SetBooleanParameter(string, bool)Assigns a Java.Lang.Boolean to the parameter with the given name | ||
SetDoubleParameter(string, double)Assigns a Java.Lang.Double to the parameter with the given name | ||
SetIntParameter(string, int)Assigns an Java.Lang.Integer to the parameter with the given name | ||
SetLongParameter(string, long)Assigns a Java.Lang.Long to the parameter with the given name | ||
abstract | SetParameter(string, Java.Lang.Object)Documentation for this section has not yet been entered. |