Search Results for

    Show / Hide Table of Contents

    Class ArbitraryBodyHttpRequestBase<TParams>

    Inheritance
    object
    RequestBase<TParams>
    PlainRequestBase<TParams>
    ArbitraryHttpRequestBase<TParams>
    ArbitraryBodyHttpRequestBase<TParams>
    HttpPatchRequest
    HttpPostRequest
    HttpPutRequest
    Implements
    IArbitraryBodyHttpRequest<TParams>
    IArbitraryHttpRequest<TParams>
    IRequest<TParams>
    IRequest
    Inherited Members
    ArbitraryHttpRequestBase<TParams>.Path
    ArbitraryHttpRequestBase<TParams>.QueryString
    ArbitraryHttpRequestBase<TParams>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    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 ArbitraryBodyHttpRequestBase<TParams> : ArbitraryHttpRequestBase<TParams>, IArbitraryBodyHttpRequest<TParams>, IArbitraryHttpRequest<TParams>, IRequest<TParams>, IRequest where TParams : ArbitraryHttpRequestParameters<TParams>, new()
    Type Parameters
    Name Description
    TParams

    Constructors

    | Edit this page View Source

    ArbitraryBodyHttpRequestBase()

    Declaration
    protected ArbitraryBodyHttpRequestBase()
    | Edit this page View Source

    ArbitraryBodyHttpRequestBase(string)

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

    Properties

    | Edit this page View Source

    Body

    Declaration
    public PostData Body { get; set; }
    Property Value
    Type Description
    PostData

    Implements

    IArbitraryBodyHttpRequest<T>
    IArbitraryHttpRequest<T>
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ArbitraryBodyHttpRequestBase()
      • ArbitraryBodyHttpRequestBase(string)
    • Properties
      • Body
    • Implements
    • Extension Methods
    Back to top Generated by DocFX