Search Results for

    Show / Hide Table of Contents

    Class ArbitraryHttpRequestParameters<TSelf>

    Inheritance
    object
    RequestParameters<TSelf>
    ArbitraryHttpRequestParameters<TSelf>
    HttpDeleteRequestParameters
    HttpGetRequestParameters
    HttpHeadRequestParameters
    HttpPatchRequestParameters
    HttpPostRequestParameters
    HttpPutRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<TSelf>.CustomResponseBuilder
    RequestParameters<TSelf>.QueryString
    RequestParameters<TSelf>.RequestConfiguration
    RequestParameters<TSelf>.ContainsQueryString(string)
    RequestParameters<TSelf>.GetQueryStringValue<TOut>(string)
    RequestParameters<TSelf>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<TSelf>.SetQueryString(string, object)
    RequestParameters<TSelf>.Q<TOut>(string)
    RequestParameters<TSelf>.Q(string, object)
    RequestParameters<TSelf>.SetAcceptHeader(string)
    RequestParameters<TSelf>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.HttpApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public abstract class ArbitraryHttpRequestParameters<TSelf> : RequestParameters<TSelf>, IRequestParameters where TSelf : ArbitraryHttpRequestParameters<TSelf>
    Type Parameters
    Name Description
    TSelf

    Constructors

    | Edit this page View Source

    ArbitraryHttpRequestParameters(HttpMethod, bool)

    Declaration
    protected ArbitraryHttpRequestParameters(HttpMethod method, bool supportsBody)
    Parameters
    Type Name Description
    HttpMethod method
    bool supportsBody

    Properties

    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<TSelf>.DefaultHttpMethod
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<TSelf>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ArbitraryHttpRequestParameters(HttpMethod, bool)
    • Properties
      • DefaultHttpMethod
      • SupportsBody
    • Implements
    • Extension Methods
    Back to top Generated by DocFX