Interface IRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface IRequest
Properties
|
Edit this page
View Source
ContentType
Declaration
[IgnoreDataMember]
string ContentType { get; }
Property Value
|
Edit this page
View Source
HttpMethod
Declaration
[IgnoreDataMember]
HttpMethod HttpMethod { get; }
Property Value
|
Edit this page
View Source
RequestParameters
Declaration
[IgnoreDataMember]
IRequestParameters RequestParameters { get; }
Property Value
|
Edit this page
View Source
RouteValues
Declaration
[IgnoreDataMember]
RouteValues RouteValues { get; }
Property Value
Methods
|
Edit this page
View Source
GetUrl(IConnectionSettingsValues)
Declaration
string GetUrl(IConnectionSettingsValues settings)
Parameters
Returns
Extension Methods