Skip to content

Method GetFileAsync

Namespace: Belay.Core
Assembly: Belay.Core.dll

GetFileAsync(string, CancellationToken)

Simplified file download - basic implementation.

csharp
public Task<byte[]> GetFileAsync(string remotePath, CancellationToken cancellationToken = default)

Parameters

remotePath string

cancellationToken CancellationToken

Returns

Task<byte[]>

Released under the Apache License 2.0.