AbstractHttpMessage.GetAllHeaders Method

Definition

Returns all the headers of this message.

[Android.Runtime.Register("getAllHeaders", "()[Lorg/apache/http/Header;", "GetGetAllHeadersHandler")]
public virtual Org.Apache.Http.IHeader[]? GetAllHeaders ();
[<Android.Runtime.Register("getAllHeaders", "()[Lorg/apache/http/Header;", "GetGetAllHeadersHandler")>]
abstract member GetAllHeaders : unit -> Org.Apache.Http.IHeader[]
override this.GetAllHeaders : unit -> Org.Apache.Http.IHeader[]

Returns

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.

Applies to