Org.Apache.Http.Message.BasicLineFormatter Class
Interface for formatting elements of the HEAD section of an HTTP message.

See Also: BasicLineFormatter Members

Syntax

[Android.Runtime.Register("org/apache/http/message/BasicLineFormatter", DoNotGenerateAcw=true)]
public class BasicLineFormatter : Java.Lang.Object, ILineFormatter, IDisposable

Remarks

Interface for formatting elements of the HEAD section of an HTTP message. This is the complement to Org.Apache.Http.Message.ILineParser. There are individual methods for formatting a request line, a status line, or a header line. The formatting does not include the trailing line break sequence CR-LF. The formatted lines are returned in memory, the formatter does not depend on any specific IO mechanism. Instances of this interface are expected to be stateless and thread-safe.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Message
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1