The methods of Org.Apache.Http.Params.IHttpParams are listed below. For a list of all members, see the IHttpParams Members list.
Copy()Creates a copy of these parameters. | ||
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. | ||
GetParameter(string)Obtains the value of the given parameter. | ||
IsParameterFalse(string)Checks if a boolean parameter is not set or false. | ||
IsParameterTrue(string)Checks if a boolean parameter is set to true. | ||
RemoveParameter(string)Removes the parameter with the specified name. | ||
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 | ||
SetParameter(string, Java.Lang.Object)Assigns the value to the parameter with the given name. |