AbstractMessageParser.LineParser Property
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.
Gets or sets the line parser used to parse HTTP message lines.
[Android.Runtime.Register("lineParser")]
protected Org.Apache.Http.Message.ILineParser? LineParser { get; set; }
[<Android.Runtime.Register("lineParser")>]
member this.LineParser : Org.Apache.Http.Message.ILineParser with get, set
Property Value
The line parser used to parse 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.