Kepler Response stream returned by the service proxy.
Inheritance Hierarchy
Relativity.Kepler.Transport.KeplerResponseStream
Namespace: Relativity.Kepler.Transport
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public class KeplerResponseStream : IKeplerStream, IDisposable
The KeplerResponseStream type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | KeplerResponseStream(HttpContent) |
Kepler Response Stream Constructor.
|
![]() | KeplerResponseStream(HttpResponseMessage) |
Kepler Response Stream Constructor.
|
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() |
Releases the resources used by this object.
|
![]() | Dispose(Boolean) |
Releases the resources used by this object.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStreamAsync |
Get the stream async.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | Disposed |
Triggers when object is disposed.
|
See Also