IKeplerStream Interface

Relativity Kepler
Kepler Stream Interface.

Namespace:  Relativity.Kepler.Transport
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
public interface IKeplerStream : IDisposable

The IKeplerStream type exposes the following members.

Properties

  NameDescription
Public propertyCacheControl
Get/Set cache control header. Default value is empty.
Public propertyContentDisposition
Get/Set stream content disposition. Default value is empty.
Public propertyContentType
Get/Set stream content type. Default value is empty.
Public propertyHeaders
Get/Set the http Headers for the response.
Public propertyStatusCode
Get/Set the http status code for the stream.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetStreamAsync
Get the stream async.
Top
See Also

Reference