Table of Contents

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 int
headers IReadOnlyDictionary<string, IEnumerable<string>>
stream Stream
client IDisposable
response IDisposable

Properties

Headers

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

Property Value

IReadOnlyDictionary<string, IEnumerable<string>>

IsPartial

public bool IsPartial { get; }

Property Value

bool

StatusCode

public int StatusCode { get; }

Property Value

int

Stream

public Stream Stream { get; }

Property Value

Stream

Methods

Dispose()

public void Dispose()