Search Results for

    Show / Hide Table of Contents

    Class SslExtension

    The SSL extension information.

    Inheritance
    object
    SslExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.StreamExtended.Models
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class SslExtension

    Constructors

    | Edit this page View Source

    SslExtension(int, ReadOnlyMemory<byte>, int)

    Initializes a new instance of the SslExtension class.

    Declaration
    public SslExtension(int value, ReadOnlyMemory<byte> data, int position)
    Parameters
    Type Name Description
    int value

    The value.

    ReadOnlyMemory<byte> data

    The data.

    int position

    The position.

    Properties

    | Edit this page View Source

    Data

    Gets the data.

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

    The data.

    | Edit this page View Source

    Name

    Gets the name.

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

    The name.

    | Edit this page View Source

    Position

    Gets the position.

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    int

    The position.

    | Edit this page View Source

    Value

    Gets the value.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    int

    The value.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX