Language

AbstractMessageWriter.LineFormatter Property

Definition

Gets or sets the formatter used to write HTTP message lines.

[Android.Runtime.Register("lineFormatter")]
protected Org.Apache.Http.Message.ILineFormatter? LineFormatter { get; set; }
[<Android.Runtime.Register("lineFormatter")>]
member this.LineFormatter : Org.Apache.Http.Message.ILineFormatter with get, set

Property Value

The formatter used to write HTTP message lines.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to