Can we use TusClient in WPF application? and if Yes then how

Can we use TusClient in WPF application to up-load and download the files ? and if Yes then how ?

There a few tus clients for .NET, which you might be able to use for uploading files: GitHub - bluetianx/BirdMessenger: DotNET client implementation of the Tus protocol for resumable file uploads., GitHub - gerdus/tus-dotnet-client: tus.io Client for .Net, GitHub - jonstodle/TusDotNetClient: tus.io Client for .Net

Downloads are usually not provided by these clients. You would have to use a native HTTP client or other libraries for this.