Search Results for

    Show / Hide Table of Contents

    Class GetSslinfoRequestParameters

    Request options for GetSslinfo

    Inheritance
    object
    RequestParameters<GetSslinfoRequestParameters>
    GetSslinfoRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<GetSslinfoRequestParameters>.CustomResponseBuilder
    RequestParameters<GetSslinfoRequestParameters>.QueryString
    RequestParameters<GetSslinfoRequestParameters>.RequestConfiguration
    RequestParameters<GetSslinfoRequestParameters>.ContainsQueryString(string)
    RequestParameters<GetSslinfoRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<GetSslinfoRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<GetSslinfoRequestParameters>.SetQueryString(string, object)
    RequestParameters<GetSslinfoRequestParameters>.Q<TOut>(string)
    RequestParameters<GetSslinfoRequestParameters>.Q(string, object)
    RequestParameters<GetSslinfoRequestParameters>.SetAcceptHeader(string)
    RequestParameters<GetSslinfoRequestParameters>.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.SecurityApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class GetSslinfoRequestParameters : RequestParameters<GetSslinfoRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    DefaultHttpMethod

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

    ShowDn

    Whether to include all domain names in the response.

    Declaration
    public string ShowDn { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SupportsBody

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

    Implements

    IRequestParameters

    Extension Methods

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