Class FileResponse
Inheritance
System.Object
FileResponse
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.AVACloud.Client
Assembly: Dangl.AVACloud.Client.dll
Syntax
public class FileResponse : IDisposable
Constructors
| Improve this Doc View SourceFileResponse(Int32, IReadOnlyDictionary<String, IEnumerable<String>>, Stream, IDisposable, IDisposable)
Declaration
public FileResponse(int statusCode, IReadOnlyDictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable client, IDisposable response)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | statusCode | |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> | headers | |
System.IO.Stream | stream | |
System.IDisposable | client | |
System.IDisposable | response |
Properties
| Improve this Doc View SourceHeaders
Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> |
IsPartial
Declaration
public bool IsPartial { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Stream
Declaration
public Stream Stream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Implements
System.IDisposable