Class AuthinfoRequestParameters
Request options for Authinfo
Inheritance
AuthinfoRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class AuthinfoRequestParameters : RequestParameters<AuthinfoRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
AuthType
The type of the current authentication request.
Declaration
public string AuthType { get; set; }
Property Value
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
|
Edit this page
View Source
Verbose
Whether to return a verbose response.
Declaration
public bool? Verbose { get; set; }
Property Value
Implements
Extension Methods