Org.Apache.Http.Params.AbstractHttpParams Members

The members of Org.Apache.Http.Params.AbstractHttpParams are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Instantiates parameters.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Copy() : IHttpParams
Documentation for this section has not yet been entered.
GetBooleanParameter(string, bool) : bool
Returns a Java.Lang.Boolean parameter value with the given name.
GetDoubleParameter(string, double) : double
Returns a Java.Lang.Double parameter value with the given name.
GetIntParameter(string, int) : int
Returns an Java.Lang.Integer parameter value with the given name.
GetLongParameter(string, long) : long
Returns a Java.Lang.Long parameter value with the given name.
abstract
GetParameter(string) : Java.Lang.Object
Documentation for this section has not yet been entered.
IsParameterFalse(string) : bool
Checks if a boolean parameter is not set or false.
IsParameterTrue(string) : bool
Checks if a boolean parameter is set to true.
abstract
RemoveParameter(string) : bool
Documentation for this section has not yet been entered.
SetBooleanParameter(string, bool) : IHttpParams
Assigns a Java.Lang.Boolean to the parameter with the given name
SetDoubleParameter(string, double) : IHttpParams
Assigns a Java.Lang.Double to the parameter with the given name
SetIntParameter(string, int) : IHttpParams
Assigns an Java.Lang.Integer to the parameter with the given name
SetLongParameter(string, long) : IHttpParams
Assigns a Java.Lang.Long to the parameter with the given name
abstract
SetParameter(string, Java.Lang.Object) : IHttpParams
Documentation for this section has not yet been entered.