AbstractHttpMessage.AddHeader Method
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.
AddHeader(IHeader) |
Adds a header to this message. |
AddHeader(String, String) |
Adds a header to this message. |
Adds a header to this message.
[Android.Runtime.Register("addHeader", "(Lorg/apache/http/Header;)V", "GetAddHeader_Lorg_apache_http_Header_Handler")]
public virtual void AddHeader (Org.Apache.Http.IHeader? header);
[<Android.Runtime.Register("addHeader", "(Lorg/apache/http/Header;)V", "GetAddHeader_Lorg_apache_http_Header_Handler")>]
abstract member AddHeader : Org.Apache.Http.IHeader -> unit
override this.AddHeader : Org.Apache.Http.IHeader -> unit
Parameters
- header
- IHeader
the header to append.
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
.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
Adds a header to this message.
[Android.Runtime.Register("addHeader", "(Ljava/lang/String;Ljava/lang/String;)V", "GetAddHeader_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void AddHeader (string? name, string? value);
[<Android.Runtime.Register("addHeader", "(Ljava/lang/String;Ljava/lang/String;)V", "GetAddHeader_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member AddHeader : string * string -> unit
override this.AddHeader : string * string -> unit
Parameters
- name
- String
the name of the header.
- value
- String
the value of the header.
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
.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |