Org.Apache.Http.Params.AbstractHttpParams.GetLongParameter Method
Returns a Java.Lang.Long parameter value with the given name.

Syntax

[Android.Runtime.Register("getLongParameter", "(Ljava/lang/String;J)J", "GetGetLongParameter_Ljava_lang_String_JHandler")]
public virtual long GetLongParameter (string name, long defaultValue)

Parameters

name
the parent name.
defaultValue
the default value.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Java.Lang.Long 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