Class GetSslinfoRequestParameters
Request options for GetSslinfo
Inheritance
GetSslinfoRequestParameters
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
Overrides
|
Edit this page
View Source
ShowDn
A boolean flag to indicate whether all domain names should be returned.
Declaration
public string ShowDn { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods