Search Results for

    Show / Hide Table of Contents

    Class DataEventArgs

    Wraps the data sent/received event argument.

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

    Constructors

    | Edit this page View Source

    DataEventArgs(byte[], int, int)

    Declaration
    public DataEventArgs(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    byte[] buffer
    int offset
    int count

    Properties

    | Edit this page View Source

    Buffer

    The buffer with data.

    Declaration
    public byte[] Buffer { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Count

    Length from offset in buffer with valid data.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    Offset in buffer from which valid data begins.

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX