Search Results for

    Show / Hide Table of Contents

    Interface IRequest<TParameters>

    Inherited Members
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRequest<out TParameters> : IRequest where TParameters : class, IRequestParameters, new()
    Type Parameters
    Name Description
    TParameters

    Properties

    | Edit this page View Source

    RequestParameters

    Used to describe request parameters that are not part of the body. e.g. query string, connection configuration overrides, etc.

    Declaration
    [IgnoreDataMember]
    TParameters RequestParameters { get; }
    Property Value
    Type Description
    TParameters

    Extension Methods

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