Search Results for

    Show / Hide Table of Contents

    Interface IRequest

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRequest

    Properties

    | Edit this page View Source

    ContentType

    Declaration
    [IgnoreDataMember]
    string ContentType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    HttpMethod

    Declaration
    [IgnoreDataMember]
    HttpMethod HttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    | Edit this page View Source

    RequestParameters

    Declaration
    [IgnoreDataMember]
    IRequestParameters RequestParameters { get; }
    Property Value
    Type Description
    IRequestParameters
    | Edit this page View Source

    RouteValues

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

    Methods

    | Edit this page View Source

    GetUrl(IConnectionSettingsValues)

    Declaration
    string GetUrl(IConnectionSettingsValues settings)
    Parameters
    Type Name Description
    IConnectionSettingsValues settings
    Returns
    Type Description
    string

    Extension Methods

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