BasicLineFormatter.AppendProtocolVersion 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.
Formats a protocol version.
[Android.Runtime.Register("appendProtocolVersion", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/ProtocolVersion;)Lorg/apache/http/util/CharArrayBuffer;", "GetAppendProtocolVersion_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_ProtocolVersion_Handler")]
public virtual Org.Apache.Http.Util.CharArrayBuffer? AppendProtocolVersion (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.ProtocolVersion? version);
[<Android.Runtime.Register("appendProtocolVersion", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/ProtocolVersion;)Lorg/apache/http/util/CharArrayBuffer;", "GetAppendProtocolVersion_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_ProtocolVersion_Handler")>]
abstract member AppendProtocolVersion : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.ProtocolVersion -> Org.Apache.Http.Util.CharArrayBuffer
override this.AppendProtocolVersion : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.ProtocolVersion -> Org.Apache.Http.Util.CharArrayBuffer
Parameters
- buffer
- CharArrayBuffer
a buffer to which to append, or null
- version
- ProtocolVersion
the protocol version to format
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.