docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct HttpHeader

    Represents an HTTP request header key-value pair

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: GLTFast.Loading
    Assembly: solution.dll
    Syntax
    [Serializable]
    public struct HttpHeader

    Constructors

    HttpHeader(string, string)

    Creates a new HTTP header entry

    Declaration
    public HttpHeader(string key, string value)
    Parameters
    Type Name Description
    string key

    Identifier

    string value

    Value

    Properties

    Key

    HTTP header key/name

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Value

    HTTP header value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 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)