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 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
Indicates whether a verbose response should be returned.
Declaration
public bool? Verbose { get; set; }
Property Value
Implements
Extension Methods