Skip to main content

Class FileResponse

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Storage

Assembly: Xperiflow.dll

Declaration
public class FileResponse : IDisposable

Implements: System.IDisposable

Properties

StatusCode

Declaration
public int StatusCode { get; }

Headers

Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }

Stream

Declaration
public Stream Stream { get; }

IsPartial

Declaration
public bool IsPartial { get; }

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

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

Was this page helpful?