Search Results for

    Show / Hide Table of Contents

    Class KnownHeader

    Inheritance
    object
    KnownHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Titanium.Web.Proxy.Http
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class KnownHeader

    Fields

    | Edit this page View Source

    String

    Declaration
    public string String
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    implicit operator KnownHeader(string)

    Declaration
    public static implicit operator KnownHeader(string str)
    Parameters
    Type Name Description
    string str
    Returns
    Type Description
    KnownHeader
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX