Search Results for

    Show / Hide Table of Contents

    Interface IArbitraryHttpRequest<T>

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

    Properties

    | Edit this page View Source

    Path

    Declaration
    [IgnoreDataMember]
    string Path { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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