Class DownloadResult.Success
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
The result of a successful file download.
public sealed record DownloadResult.Success : DownloadResult, IEquatable<DownloadResult>, IEquatable<DownloadResult.Success>
- Inheritance
-
DownloadResult.Success
- Implements
- Inherited Members
Constructors
Success(string)
The result of a successful file download.
public Success(string Content)
Parameters
ContentstringThe content of the downloaded file.
Properties
Content
The content of the downloaded file.
public string Content { get; init; }