RFC2109Spec.FormatParamAsVer(CharArrayBuffer, String, String, Int32) 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.
[Android.Runtime.Register("formatParamAsVer", "(Lorg/apache/http/util/CharArrayBuffer;Ljava/lang/String;Ljava/lang/String;I)V", "GetFormatParamAsVer_Lorg_apache_http_util_CharArrayBuffer_Ljava_lang_String_Ljava_lang_String_IHandler")]
protected virtual void FormatParamAsVer (Org.Apache.Http.Util.CharArrayBuffer? buffer, string? name, string? value, int version);
[<Android.Runtime.Register("formatParamAsVer", "(Lorg/apache/http/util/CharArrayBuffer;Ljava/lang/String;Ljava/lang/String;I)V", "GetFormatParamAsVer_Lorg_apache_http_util_CharArrayBuffer_Ljava_lang_String_Ljava_lang_String_IHandler")>]
abstract member FormatParamAsVer : Org.Apache.Http.Util.CharArrayBuffer * string * string * int -> unit
override this.FormatParamAsVer : Org.Apache.Http.Util.CharArrayBuffer * string * string * int -> unit
Parameters
- buffer
- CharArrayBuffer
- name
- String
- value
- String
- version
- Int32
- 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.