BasicHeaderElement.GetParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get parameters, if any.
[Android.Runtime.Register("getParameters", "()[Lorg/apache/http/NameValuePair;", "GetGetParametersHandler")]
public virtual Org.Apache.Http.INameValuePair[]? GetParameters();
[<Android.Runtime.Register("getParameters", "()[Lorg/apache/http/NameValuePair;", "GetGetParametersHandler")>]
abstract member GetParameters : unit -> Org.Apache.Http.INameValuePair[]
override this.GetParameters : unit -> Org.Apache.Http.INameValuePair[]
Returns
An array of parameters. A new array is returned for each call and may be modified without affecting this header element.
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.