AbstractHttpMessage.GetAllHeaders 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.
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
All message headers, in the order in which they are sent over a connection.
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.