Search Results for

    Show / Hide Table of Contents

    Class MetaHeaderProvider

    Produces the meta header when this functionality is enabled in the ConnectionConfiguration.

    Inheritance
    object
    MetaHeaderProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public class MetaHeaderProvider

    Constructors

    | Edit this page View Source

    MetaHeaderProvider()

    Declaration
    public MetaHeaderProvider()

    Properties

    | Edit this page View Source

    HeaderName

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

    Methods

    | Edit this page View Source

    ProduceHeaderValue(RequestData)

    Declaration
    public string ProduceHeaderValue(RequestData requestData)
    Parameters
    Type Name Description
    RequestData requestData
    Returns
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • MetaHeaderProvider()
    • Properties
      • HeaderName
    • Methods
      • ProduceHeaderValue(RequestData)
    • Extension Methods
    Back to top Generated by DocFX