<PackageReference Include="Relativity.Kepler" Version="2.23.1" />

IKeplerStream

public interface IKeplerStream : IDisposable
Kepler Stream Interface.
string CacheControl { get; set; }

Get/Set cache control header. Default value is empty.

string ContentDisposition { get; set; }

Get/Set stream content disposition. Default value is empty.

string ContentType { get; set; }

Get/Set stream content type. Default value is empty.

Get/Set the http Headers for the response.

HttpStatusCode? StatusCode { get; set; }

Get/Set the http status code for the stream.

Get the stream async.