Org.Apache.Http.Params.AbstractHttpParams.GetIntParameter Method
Returns an Java.Lang.Integer parameter value with the given name.

Syntax

[Android.Runtime.Register("getIntParameter", "(Ljava/lang/String;I)I", "GetGetIntParameter_Ljava_lang_String_IHandler")]
public virtual int GetIntParameter (string name, int defaultValue)

Parameters

name
the parent name.
defaultValue
the default value.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an Java.Lang.Integer parameter value with the given name. If the parameter is not explicitly set, the default value is returned.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1