IReadOnlyHttpHeaders.GetAllHeaders Method
Returns an enumerable over all headers in the collection.
Syntax
Unit: Sparkle.Http.Headers
function IReadOnlyHttpHeaders.GetAllHeaders: TEnumerable<THttpHeaderInfo>; virtual; abstract;
Returns an enumerable over all headers in the collection.
Unit: Sparkle.Http.Headers
function IReadOnlyHttpHeaders.GetAllHeaders: TEnumerable<THttpHeaderInfo>; virtual; abstract;