Show / Hide Table of Contents

    Class ChecksumBuilderExtensions

    Extension methods for the ChecksumBuilder class.

    Inheritance
    System.Object
    ChecksumBuilderExtensions
    Namespace: Cuemon.AspNetCore.Integrity
    Assembly: Cuemon.AspNetCore.dll
    Syntax
    public static class ChecksumBuilderExtensions

    Methods

    | Improve this Doc

    ToEntityTag(ChecksumBuilder, Boolean)

    Creates an Microsoft.Net.Http.Headers.EntityTagHeaderValue from the specified builder.

    Declaration
    public static EntityTagHeaderValue ToEntityTag(this ChecksumBuilder builder, bool isWeak = false)
    Parameters
    Type Name Description
    ChecksumBuilder builder

    The ChecksumBuilder to extend.

    System.Boolean isWeak

    A value that indicates if this entity-tag header is a weak validator.

    Returns
    Type Description
    Microsoft.Net.Http.Headers.EntityTagHeaderValue

    An Microsoft.Net.Http.Headers.EntityTagHeaderValue that is initiated with a hexadecimal representation of Checksum and a value that indicates if the tag is weak.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ToEntityTag(ChecksumBuilder, Boolean)
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX