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
Name | Description | |
---|---|---|
![]() | CacheControl |
Get/Set cache control header. Default value is empty.
|
![]() | ContentDisposition |
Get/Set stream content disposition. Default value is empty.
|
![]() | ContentType |
Get/Set stream content type. Default value is empty.
|
![]() | Headers |
Get/Set the http Headers for the response.
|
![]() | StatusCode |
Get/Set the http status code for the stream.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetStreamAsync |
Get the stream async.
|
See Also