docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPvpHttpClient

    Namespace: PvpXray
    Assembly: PvpXray.dll
    Syntax
    public interface IPvpHttpClient

    Methods

    Get(string)

    Perform a HTTP GET request to the given URL. Does not check HTTP status.

    Declaration
    PvpHttpResponse Get(string url)
    Parameters
    Type Name Description
    string url
    Returns
    Type Description
    PvpHttpResponse
    Exceptions
    Type Condition
    PvpHttpException

    A network or protocol error occurred when sending the request or reading the response, or the response body exceeded MaxByteArrayLength bytes.

    Extension Methods

    PvpHttpClientExtensions.GetCheckStatus(IPvpHttpClient, string, int)
    PvpHttpClientExtensions.GetCheckStatus(IPvpHttpClient, string, int, int)
    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)