[Android.Runtime.Register("org/apache/http/FormattedHeader", "", "Org.Apache.Http.IFormattedHeaderInvoker")] public interface IFormattedHeader : IHeader, IDisposable
Remarks
An HTTP header which is already formatted.
For example when headers are received, the original formatting
can be preserved. This allows for the header to be sent without
another formatting step.