Search Results for

    Show / Hide Table of Contents

    Class HashContext

    A hash context.

    Inheritance
    System.Object
    HashContextBase
    HashContext
    Inherited Members
    HashContextBase.Type
    HashContextBase.Destroy()
    HashContextBase.Compute(String)
    HashContextBase.Compute(DataBuffer)
    HashContextBase.Compute(HashType, String)
    HashContextBase.Compute(HashType, DataBuffer)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class HashContext : HashContextBase

    Constructors

    HashContext(HashType)

    Initializes a new instance of the HashContext class.

    Declaration
    public HashContext(HashType type)
    Parameters
    Type Name Description
    HashType type

    The type.

    Properties

    UseDataBufferPool

    Gets or sets a value indicating whether to use data buffer pooling.

    Declaration
    public bool UseDataBufferPool { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    DoCompute(DataBuffer)

    Computes the hash.

    Declaration
    protected override DataBuffer DoCompute(DataBuffer input)
    Parameters
    Type Name Description
    DataBuffer input

    The input.

    Returns
    Type Description
    DataBuffer
    Overrides
    HashContextBase.DoCompute(DataBuffer)

    DoDestroy()

    Destroys this instance.

    Declaration
    protected override void DoDestroy()
    Overrides
    HashContextBase.DoDestroy()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0