ISessionInputBuffer.ReadLine Method

Definition

Overloads

ReadLine()
ReadLine(CharArrayBuffer)

ReadLine()

[Android.Runtime.Register("readLine", "()Ljava/lang/String;", "GetReadLineHandler:Org.Apache.Http.IO.ISessionInputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? ReadLine ();
[<Android.Runtime.Register("readLine", "()Ljava/lang/String;", "GetReadLineHandler:Org.Apache.Http.IO.ISessionInputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadLine : unit -> string

Returns

Attributes

Exceptions

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

ReadLine(CharArrayBuffer)

[Android.Runtime.Register("readLine", "(Lorg/apache/http/util/CharArrayBuffer;)I", "GetReadLine_Lorg_apache_http_util_CharArrayBuffer_Handler:Org.Apache.Http.IO.ISessionInputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int ReadLine (Org.Apache.Http.Util.CharArrayBuffer? buffer);
[<Android.Runtime.Register("readLine", "(Lorg/apache/http/util/CharArrayBuffer;)I", "GetReadLine_Lorg_apache_http_util_CharArrayBuffer_Handler:Org.Apache.Http.IO.ISessionInputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ReadLine : Org.Apache.Http.Util.CharArrayBuffer -> int

Parameters

Returns

Attributes

Exceptions

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