Show / Hide Table of Contents

Interface IRegularTestController

Namespace: Volo.Abp.Http.DynamicProxying
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
public interface IRegularTestController

Methods

AbortRequestAsync(CancellationToken)

Declaration
Task<string> AbortRequestAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<string>

DeleteByIdAsync(int)

Declaration
Task<int> DeleteByIdAsync(int id)
Parameters
Type Name Description
int id
Returns
Type Description
Task<int>

GetException1Async()

Declaration
Task GetException1Async()
Returns
Type Description
Task

GetException2Async()

Declaration
Task GetException2Async()
Returns
Type Description
Task

GetObjectAndIdWithQueryAsync(int, Car)

Declaration
Task<Car> GetObjectAndIdWithQueryAsync(int id, Car bodyValue)
Parameters
Type Name Description
int id
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectWithUrlAsync(Car)

Declaration
Task<Car> GetObjectWithUrlAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandCountAsync(int, Car)

Declaration
Task<Car> GetObjectandCountAsync(int count, Car bodyValue)
Parameters
Type Name Description
int count
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandFirstReleaseDateAsync(DateTime, Car)

Declaration
Task<Car> GetObjectandFirstReleaseDateAsync(DateTime time, Car bodyValue)
Parameters
Type Name Description
DateTime time
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandIdAsync(int, Car)

Declaration
Task<Car> GetObjectandIdAsync(int id, Car bodyValue)
Parameters
Type Name Description
int id
Car bodyValue
Returns
Type Description
Task<Car>

GetWithDateTimeParameterAsync(DateTime)

Declaration
Task<DateTime> GetWithDateTimeParameterAsync(DateTime dateTime1)
Parameters
Type Name Description
DateTime dateTime1
Returns
Type Description
Task<DateTime>

IncrementValueAsync(int)

Declaration
Task<int> IncrementValueAsync(int value)
Parameters
Type Name Description
int value
Returns
Type Description
Task<int>

PatchValueWithBodyAsync(string)

Declaration
Task<string> PatchValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PatchValueWithHeaderAndQueryStringAsync(string, string)

Declaration
Task<string> PatchValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

PostObjectWithBodyAsync(Car)

Declaration
Task<Car> PostObjectWithBodyAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

PostObjectWithQueryAsync(Car)

Declaration
Task<Car> PostObjectWithQueryAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

PostValueWithBodyAsync(string)

Declaration
Task<string> PostValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PostValueWithHeaderAndQueryStringAsync(string, string)

Declaration
Task<string> PostValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

PutValueWithBodyAsync(string)

Declaration
Task<string> PutValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PutValueWithHeaderAndQueryStringAsync(string, string)

Declaration
Task<string> PutValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform