Search Results for

    Show / Hide Table of Contents

    Interface IArbitraryBodyHttpRequest<T>

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

    Properties

    | Edit this page View Source

    Body

    Declaration
    [IgnoreDataMember]
    PostData Body { get; set; }
    Property Value
    Type Description
    PostData

    Extension Methods

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