Search Results for

    Show / Hide Table of Contents

    Class ArbitraryHttpRequestBase<TParams>

    Inheritance
    object
    RequestBase<TParams>
    PlainRequestBase<TParams>
    ArbitraryHttpRequestBase<TParams>
    ArbitraryBodyHttpRequestBase<TParams>
    HttpDeleteRequest
    HttpGetRequest
    HttpHeadRequest
    Implements
    IArbitraryHttpRequest<TParams>
    IRequest<TParams>
    IRequest
    Inherited Members
    PlainRequestBase<TParams>.RequestConfiguration
    PlainRequestBase<TParams>.ErrorTrace
    PlainRequestBase<TParams>.FilterPath
    PlainRequestBase<TParams>.Human
    PlainRequestBase<TParams>.Pretty
    PlainRequestBase<TParams>.SourceQueryString
    RequestBase<TParams>.HttpMethod
    RequestBase<TParams>.RequestState
    RequestBase<TParams>.ContentType
    RequestBase<TParams>.RequestDefaults(TParams)
    RequestBase<TParams>.Q<TOut>(string)
    RequestBase<TParams>.Q(string, object)
    RequestBase<TParams>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class ArbitraryHttpRequestBase<TParams> : PlainRequestBase<TParams>, IArbitraryHttpRequest<TParams>, IRequest<TParams>, IRequest where TParams : ArbitraryHttpRequestParameters<TParams>, new()
    Type Parameters
    Name Description
    TParams

    Constructors

    | Edit this page View Source

    ArbitraryHttpRequestBase()

    Declaration
    protected ArbitraryHttpRequestBase()
    | Edit this page View Source

    ArbitraryHttpRequestBase(string)

    Declaration
    protected ArbitraryHttpRequestBase(string path)
    Parameters
    Type Name Description
    string path

    Properties

    | Edit this page View Source

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    QueryString

    Declaration
    public Dictionary<string, object> QueryString { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Methods

    | Edit this page View Source

    ResolveUrl(RouteValues, IConnectionSettingsValues)

    Declaration
    protected override string ResolveUrl(RouteValues routeValues, IConnectionSettingsValues settings)
    Parameters
    Type Name Description
    RouteValues routeValues
    IConnectionSettingsValues settings
    Returns
    Type Description
    string
    Overrides
    RequestBase<TParams>.ResolveUrl(RouteValues, IConnectionSettingsValues)

    Implements

    IArbitraryHttpRequest<T>
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ArbitraryHttpRequestBase()
      • ArbitraryHttpRequestBase(string)
    • Properties
      • Path
      • QueryString
    • Methods
      • ResolveUrl(RouteValues, IConnectionSettingsValues)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX