Class RegularTestControllerClientProxy_Tests
Inheritance
object
RegularTestControllerClientProxy_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
public class RegularTestControllerClientProxy_Tests : AbpHttpClientTestBase, IDisposable
Constructors
RegularTestControllerClientProxy_Tests()
Declaration
public RegularTestControllerClientProxy_Tests()
Methods
AbortRequestAsync()
Declaration
public Task AbortRequestAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DeleteByIdAsync()
Declaration
public Task DeleteByIdAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetException1Async()
Declaration
public Task GetException1Async()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetException2Async()
Declaration
public Task GetException2Async()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetObjectandCountAsync()
Declaration
public Task GetObjectandCountAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetObjectandFirstReleaseDateAsync()
Declaration
public Task GetObjectandFirstReleaseDateAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetObjectandIdAsync()
Declaration
public Task GetObjectandIdAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetObjectAndIdWithQueryAsync()
Declaration
public Task GetObjectAndIdWithQueryAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetObjectWithUrlAsync()
Declaration
public Task GetObjectWithUrlAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetWithDateTimeParameterAsync()
Declaration
public Task GetWithDateTimeParameterAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetWithDateTimeParameterAsync_With_Different_Culture()
Declaration
public Task GetWithDateTimeParameterAsync_With_Different_Culture()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
IncrementValueAsync()
Declaration
public Task IncrementValueAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PatchValueWithBodyAsync()
Declaration
public Task PatchValueWithBodyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PatchValueWithHeaderAndQueryStringAsync()
Declaration
public Task PatchValueWithHeaderAndQueryStringAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PostObjectWithBodyAsync()
Declaration
public Task PostObjectWithBodyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PostObjectWithQueryAsync()
Declaration
public Task PostObjectWithQueryAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PostObjectWithQueryAsync_With_Different_Culture()
Declaration
public Task PostObjectWithQueryAsync_With_Different_Culture()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PostValueWithBodyAsync()
Declaration
public Task PostValueWithBodyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PostValueWithHeaderAndQueryStringAsync()
Declaration
public Task PostValueWithHeaderAndQueryStringAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PutValueWithBodyAsync()
Declaration
public Task PutValueWithBodyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
PutValueWithHeaderAndQueryStringAsync()
Declaration
public Task PutValueWithHeaderAndQueryStringAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable
Extension Methods