docs.unity3d.com
Search Results for

    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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class TusHttpClient

    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 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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)