docs.unity3d.com
    Show / Hide Table of Contents

    Class TusHttpClient

    A class to execute requests against a Tus enabled server. See https://github.com/jonstodle/TusDotNetClient.

    Inheritance
    Object
    TusHttpClient
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public class TusHttpClient : object

    Properties

    Proxy

    Get or set the proxy to use for requests.

    Declaration
    public IWebProxy Proxy { get; set; }
    Property Value
    Type Description
    IWebProxy

    Methods

    PerformRequestAsync(TusHttpRequest)

    Perform a request to the Tus server.

    Declaration
    public async Task<TusHttpResponse> PerformRequestAsync(TusHttpRequest request)
    Parameters
    Type Name Description
    TusHttpRequest request

    The TusHttpRequest to execute.

    Returns
    Type Description
    Task<TusHttpResponse>

    A TusHttpResponse with the response data.

    Exceptions
    Type Condition
    TusException

    Throws when the request fails.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023