Class FileResponse
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class FileResponse : IDisposable
- Inheritance
-
FileResponse
- Implements
- Inherited Members
Constructors
FileResponse(int, IReadOnlyDictionary<string, IEnumerable<string>>, Stream, IDisposable?, IDisposable?)
public FileResponse(int statusCode, IReadOnlyDictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable? client, IDisposable? response)
Parameters
statusCode
intheaders
IReadOnlyDictionary<string, IEnumerable<string>>stream
Streamclient
IDisposableresponse
IDisposable
Properties
Headers
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
IsPartial
public bool IsPartial { get; }
Property Value
StatusCode
public int StatusCode { get; }
Property Value
Stream
public Stream Stream { get; }
Property Value
Methods
Dispose()
public void Dispose()